diff options
author | Siri Reiter <siri@jones.dk> | 2009-02-19 12:40:12 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-02-19 12:40:12 +0100 |
commit | 716cb9f1da2da112b110b454c93c1b50229e7f50 (patch) | |
tree | 1ce40236e353ff9531a7bc8da5aeec94bbe64353 | |
parent | a7ef213c28e847e00658bc79e7ea77bd9feb222b (diff) |
CSS: Header back as it was, topbar as friis-holm.dk.
-rw-r--r-- | local.css | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -6,14 +6,6 @@ body { background-position: right bottom; } -DIV.header { - display: none; - margin: 0; - padding: 1em; - background-color: #00f; - color: white; -} - h1, h2, h3, h4, h5, h6 { color: #00f; } @@ -24,6 +16,7 @@ a:hover { DIV#topbar { float: right; + background-color: #990; margin: 0; padding: 0; text-align: center; @@ -37,10 +30,14 @@ DIV#topbar a { DIV#topbar ul { list-style-type: none; padding: 0; + margin-top: 0; + margin-bottom: 0; } DIV#topbar ul li { display: inline; + color: white; + font-weight: bold; margin: 0 5%; } |