From 43509a3c17a28c08dd690a50f3f2050d48e337bf Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 27 Jan 2009 06:04:50 +0000 Subject: Better colour contrast for major areas (background, sidebar, tabs) --- theme/base/css/display.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'theme/base/css') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 83fab7fad..166044c71 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -391,13 +391,15 @@ float:left; } #aside_primary { -width:286px; +width:284px; float:left; margin-left:2px; padding:18px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; +border-width:1px; +border-style:solid; } /*Start: FORM NOTICE*/ @@ -790,9 +792,6 @@ text-decoration:none; .vcard .url:hover { text-decoration:underline; } -.vcard .fn { -font-style:italic; -} .notice .entry-title { float:left; -- cgit v1.2.3-54-g00ecf