aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-10 13:57:19 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-10 13:57:19 +0200
commite2975aca9568fd8d5584c475846237253dd09960 (patch)
treec179c58e0e191f7910720086597918fd5ec071f1 /styles
parent212bc739f062ba1e75bd4261b7fe8188cd40df3d (diff)
box.css:
* Removed background of enrty end comments * Removed transparency (really ugly ^^)
Diffstat (limited to 'styles')
-rw-r--r--styles/box.css6
1 files changed, 4 insertions, 2 deletions
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;
}