From 74fc770ec280f3520094d4d97ed31516da518135 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 25 Mar 2009 00:35:53 +0100 Subject: Links sidebar no list-style-type. --- local.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 52c83f8b..d14ca0ad 100644 --- a/local.css +++ b/local.css @@ -86,12 +86,14 @@ DIV#sidebar { padding: 1em; background-color: LightBlue; float: left; +} + +DIV#sidebar ul li { list-style-type: none; } DIV#sidebar ul li a { font-weight: bold; - text-decoration: none; } DIV#sidebar ul li SPAN.selflink { -- cgit v1.2.3