summaryrefslogtreecommitdiff
path: root/theme/base/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:04:50 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:04:50 +0000
commit43509a3c17a28c08dd690a50f3f2050d48e337bf (patch)
treeb37e2ff395e9beea1faca34caddff9656496ca8e /theme/base/css
parente20c3e2b7c9a2af254227764fa6ef516ea98d0d7 (diff)
Better colour contrast for major areas (background, sidebar, tabs)
Diffstat (limited to 'theme/base/css')
-rw-r--r--theme/base/css/display.css7
1 files changed, 3 insertions, 4 deletions
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;