From 3acedd08638a4278fe06589ca53724e9d20ec145 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 20 Jan 2013 00:11:09 +0100 Subject: Styling: All text in sidebar now darkblue (sidebar p). --- local.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 813f019e..28a4dd89 100644 --- a/local.css +++ b/local.css @@ -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; } -- cgit v1.2.3