From 20f2e56f80b0363517a77cc01c410af467ad374f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 22 Oct 2008 14:27:46 +0200 Subject: Green in top and bottom plus white text. --- local.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3