summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 14:32:26 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:32 +0100
commit0dcf4fb8a9f13ecf52413df11e763f1fdaaf24dd (patch)
treed5eb65ea71d17901b60077d40a96aab981a2cbcd
parent3580e01b34e2ff465686c0c48eb61f40e2f826c8 (diff)
More green in topbar and no margin around pageinfo.
-rw-r--r--local.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/local.css b/local.css
index ec6d40c..828cf01 100644
--- a/local.css
+++ b/local.css
@@ -17,8 +17,6 @@ div.actions ul {
div#topbar ul li {
display:inline;
margin: 0 20px;
- background-color: green;
- color: white;
}
div#topbar li,
@@ -28,10 +26,12 @@ div#topbar ol,
div#topbar ol li {
font-size: 1.1em;
line-height: 2em;
+ background-color: green;
+ color: white;
}
div#pageinfo {
- margin: 15em 1em 1em;
+ margin: 0;
padding: 1em 0 0;
border-top: 0;
background-color: green;