diff options
author | Siri Reiter <siri@jones.dk> | 2012-10-08 12:50:19 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2012-10-08 12:50:19 +0200 |
commit | e71202e7ecd46c8244454b30b24ea288e507c738 (patch) | |
tree | 46965399e547c5a7990c32078b06b2f81249d96d | |
parent | 5893ecab25229ed0cb47a11454bb414808691ca2 (diff) |
Actions hidden with comauflage link colouring.
-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; } - |