summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-25 00:35:53 +0100
committerSiri Reiter <siri@jones.dk>2009-03-25 00:35:53 +0100
commit74fc770ec280f3520094d4d97ed31516da518135 (patch)
tree163e4e959e5e8808d240610358ea088e6e3542fc
parentaedad6c6b4f9b1d09b710c12893c1085d1c82c85 (diff)
Links sidebar no list-style-type.
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
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 {