summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-25 00:32:49 +0100
committerSiri Reiter <siri@jones.dk>2009-03-25 00:32:49 +0100
commitaedad6c6b4f9b1d09b710c12893c1085d1c82c85 (patch)
treecbe5ceed1eb2cefbd0bbf03e386771f435420d54
parent4088872e76dba92616fcb8e9f118ef8d7c3ea1b2 (diff)
Links sidebar no list-style-type.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
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 {