summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
-