diff options
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -66,13 +66,19 @@ FORM#searchform { margin: 20px; } -Div.pageheader DIV.actions { +div.pageheader div.actions { background-color: LightBlue; + border-bottom: 0 none; } div.actions ul { - border-bottom: 0; - padding:0 0 0 15px; + padding: 1em 0 0.5em 2em; + a { + color: Lightblue; + &:hover { + color: white; + } + } } DIV#topbar, @@ -260,4 +266,3 @@ DIV.pagecopyright P { margin-top: 0; margin-bottom: 0; } - |