diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-25 00:19:33 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-25 00:19:33 +0100 |
commit | f36431969f0b88a10361573e14be8a4ca994246e (patch) | |
tree | da50a5db5655dd1aed425259523dab7ad96d20e6 | |
parent | 9fd4ab3a89e1c0a03c8f59e92c572cad01c1c3ca (diff) |
Links in topbar and sidebar (lists) bold.
-rw-r--r-- | local.css | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -42,20 +42,27 @@ DIV#topbar { background-color: LightBlue; text-align: center; text-transform: uppercase; - font-weight: bold; } + DIV#topbar p { float: left; } + +DIV#topbar a { + font-weight: bold; +} + DIV#topbar ul { list-style-type:none; margin: 66px 0 0; padding: 0; } + DIV#topbar ul li { display:inline; margin: 0 20px; } + DIV#topbar li, DIV#topbar ul, DIV#topbar ul li, @@ -65,7 +72,7 @@ DIV#topbar ol li { line-height: 2em; } -div#pageinfo { +DIV#pageinfo { border-top: 0; padding: 1em; } @@ -81,8 +88,7 @@ DIV#sidebar { float: left; } -DIV#sidebar ul li { - list-style-type: none; +DIV#sidebar ul li a { } DIV#sidebar ul li SPAN.selflink { @@ -90,6 +96,7 @@ DIV#sidebar ul li SPAN.selflink { } DIV#sidebar a { + font-weight: bold; text-decoration: none; } |