* Removed background of enrty end comments
* Removed transparency (really ugly ^^)
This commit is contained in:
Stefan Ritter 2009-07-10 13:57:19 +02:00
parent 212bc739f0
commit e2975aca95
1 changed files with 4 additions and 2 deletions

View File

@ -79,9 +79,11 @@ div.pages {
border-top: 1px solid #333333; border-top: 1px solid #333333;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
/* Ugly transparency */ /* Ugly transparency */
/*
filter:alpha(opacity=50); filter:alpha(opacity=50);
-moz-opacity:0.5; -moz-opacity:0.5;
opacity:0.5; opacity:0.5;
*/
} }
div.pages_title { div.pages_title {
@ -146,7 +148,7 @@ div.entries {
position: relative; position: relative;
top: 15px; top: 15px;
width: 580px; width: 580px;
background: #333333; /* background: #333333; */
padding-left: 10px; padding-left: 10px;
padding-top: 5px; padding-top: 5px;
padding-right: 10px; padding-right: 10px;
@ -198,7 +200,7 @@ div.entry_border_bottom {
div.comments { div.comments {
width: 580px; width: 580px;
background: #333333; /* background: #333333; */
padding-left: 20px; padding-left: 20px;
padding-top: 25px; padding-top: 25px;
} }