From f36431969f0b88a10361573e14be8a4ca994246e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 25 Mar 2009 00:19:33 +0100 Subject: Links in topbar and sidebar (lists) bold. --- local.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/local.css b/local.css index 663d604f..aadfffce 100644 --- a/local.css +++ b/local.css @@ -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; } -- cgit v1.2.3