summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-10-08 12:50:19 +0200
committerSiri Reiter <siri@jones.dk>2012-10-08 12:50:19 +0200
commite71202e7ecd46c8244454b30b24ea288e507c738 (patch)
tree46965399e547c5a7990c32078b06b2f81249d96d
parent5893ecab25229ed0cb47a11454bb414808691ca2 (diff)
Actions hidden with comauflage link colouring.
-rw-r--r--local.scss13
1 files 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;
}
-