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; }