summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 14:27:46 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 14:27:46 +0200
commit20f2e56f80b0363517a77cc01c410af467ad374f (patch)
tree69f9a7914cc09c97cf1db24152dd899e8f9dd3f7
parentd1239e020fb7858631f79bc800f92fd14c14d9a2 (diff)
Green in top and bottom plus white text.
-rw-r--r--local.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/local.css b/local.css
index 036ce22..ec6d40c 100644
--- a/local.css
+++ b/local.css
@@ -5,16 +5,20 @@
.header {
background-color: green;
color: white;
- padding: 10px;
+ padding: 20px;
}
div.actions ul {
border-bottom: 0;
+ background-color: green;
+ color: white;
}
div#topbar ul li {
display:inline;
margin: 0 20px;
+ background-color: green;
+ color: white;
}
div#topbar li,
@@ -30,4 +34,6 @@ div#pageinfo {
margin: 15em 1em 1em;
padding: 1em 0 0;
border-top: 0;
+ background-color: green;
+ color: white;
} \ No newline at end of file