From e71202e7ecd46c8244454b30b24ea288e507c738 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 8 Oct 2012 12:50:19 +0200 Subject: Actions hidden with comauflage link colouring. --- local.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/local.scss b/local.scss index 76ec1b1..854dd5f 100644 --- a/local.scss +++ b/local.scss @@ -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; } - -- cgit v1.2.3