diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:05:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
commit | 5b0c3d5147ee7920e64c986543db28a368190520 (patch) | |
tree | f36fcf6a32609ea210aa3295faa71d7eaf03ecce /local.css | |
parent | aa607f964b2707d1167c1286b0d49da3a7c02736 (diff) |
Underline hover in sidebar, black selflink.
Diffstat (limited to 'local.css')
-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; |