From 4088872e76dba92616fcb8e9f118ef8d7c3ea1b2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 25 Mar 2009 00:26:16 +0100 Subject: Links sidebar (lists) bold. No text-decoration. Slight margin above text. --- local.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/local.css b/local.css index aadfffce..ba5a1f3f 100644 --- a/local.css +++ b/local.css @@ -14,7 +14,7 @@ a { } p { - margin-top: 0; + margin-top: 0.2em; margin-bottom: 1.2em; } @@ -89,17 +89,14 @@ DIV#sidebar { } DIV#sidebar ul li a { + font-weight: bold; + text-decoration: none; } DIV#sidebar ul li SPAN.selflink { color: darkblue; } -DIV#sidebar a { - font-weight: bold; - text-decoration: none; -} - DIV#wrapper { width: 80%; float: right; -- cgit v1.2.3