diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -206,7 +206,6 @@ DIV.inlinefooter { DIV#sidebar, DIV.sidebar { - color: DarkBlue !important; float: left; min-height: 480px; width: 14%; @@ -245,9 +244,12 @@ DIV.sidebar ul li a { font-weight: normal; } +DIV#sidebar p, +DIV.sidebar p { + color: DarkBlue; +} DIV#sidebar ul li SPAN.selflink, DIV.sidebar ul li SPAN.selflink { - color: DarkBlue; font-weight: bold; } |