diff options
Diffstat (limited to 'local.css')
-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%; } |