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