diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:05:28 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-10-22 19:05:28 +0200 |
commit | ccbbd42a841262cfbbd97560e088aad6b627a1e9 (patch) | |
tree | 2fae8a4e4ae8a76e76f24ae40b5f8bab2b921103 | |
parent | e6337a3b25cb7cb1b9e96672d10396535957d721 (diff) |
Underline hover in sidebar, black selflink.
-rw-r--r-- | local.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -65,7 +65,6 @@ DIV#sidebar { margin-left: 2%; width: 16%; padding: 0px; - color: Black; text-transform: lowercase; font-weight: bold; } @@ -78,14 +77,11 @@ DIV#sidebar UL LI { list-style-type: none; } DIV#sidebar UL LI SPAN.selflink { - color: green; + color: black; } DIV#sidebar UL UL LI { margin-left: 10%; } -DIV#sidebar A { - text-decoration: none; -} div#backlinks { display: none; |