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