summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {