From aedad6c6b4f9b1d09b710c12893c1085d1c82c85 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 25 Mar 2009 00:32:49 +0100 Subject: Links sidebar no list-style-type. --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index ba5a1f3f..52c83f8b 100644 --- a/local.css +++ b/local.css @@ -86,6 +86,7 @@ DIV#sidebar { padding: 1em; background-color: LightBlue; float: left; + list-style-type: none; } DIV#sidebar ul li a { @@ -94,7 +95,7 @@ DIV#sidebar ul li a { } DIV#sidebar ul li SPAN.selflink { - color: darkblue; + color: blue; } DIV#wrapper { -- cgit v1.2.3