From e2975aca9568fd8d5584c475846237253dd09960 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 10 Jul 2009 13:57:19 +0200 Subject: box.css: * Removed background of enrty end comments * Removed transparency (really ugly ^^) --- styles/box.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'styles') diff --git a/styles/box.css b/styles/box.css index 45d0795..0a93c77 100644 --- a/styles/box.css +++ b/styles/box.css @@ -79,9 +79,11 @@ div.pages { border-top: 1px solid #333333; border-bottom: 1px solid #000000; /* Ugly transparency */ + /* filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; + */ } div.pages_title { @@ -146,7 +148,7 @@ div.entries { position: relative; top: 15px; width: 580px; - background: #333333; + /* background: #333333; */ padding-left: 10px; padding-top: 5px; padding-right: 10px; @@ -198,7 +200,7 @@ div.entry_border_bottom { div.comments { width: 580px; - background: #333333; + /* background: #333333; */ padding-left: 20px; padding-top: 25px; } -- cgit v1.2.3