summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-02-19 12:40:12 +0100
committerSiri Reiter <siri@jones.dk>2009-02-19 12:40:12 +0100
commit716cb9f1da2da112b110b454c93c1b50229e7f50 (patch)
tree1ce40236e353ff9531a7bc8da5aeec94bbe64353
parenta7ef213c28e847e00658bc79e7ea77bd9feb222b (diff)
CSS: Header back as it was, topbar as friis-holm.dk.
-rw-r--r--local.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/local.css b/local.css
index 7fca8da3..883d6883 100644
--- a/local.css
+++ b/local.css
@@ -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%;
}