diff options
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |