From c0912b3be9ebffeedbf169576b96c6f197dba9b6 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 2 Apr 2009 09:24:46 +0200 Subject: Links normal, topbar and sidebar bold. --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index 34fe95db..b4c080eb 100644 --- a/local.css +++ b/local.css @@ -16,6 +16,7 @@ h1 { a { color: #06c; + font-weight: normal; } a:hover { @@ -48,6 +49,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; color: #06c; + font-weight: bold; } DIV#topbar ul { @@ -109,6 +111,7 @@ DIV#sidebar UL UL LI { DIV#sidebar A { text-decoration: none; color: black; + font-weight: bold; } DIV#wrapper{ -- cgit v1.2.3