From 6a038a6b3f25786f56d5cd8ca7fdea185654cce2 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 15 Mar 2009 14:49:20 +0100 Subject: [PATCH] remove opacity from css for ie to work with menus --- public/stylesheets/standard.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 5230194f..b5ace323 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -227,7 +227,6 @@ body.preferences div#input_box { #navlist { margin: 0; padding: 0 0 20px 5px; - /* border-bottom: 1px solid #000;*/ } #navlist ul, #navlist li { @@ -263,18 +262,11 @@ body.preferences div#input_box { margin-bottom: 20px; clear: both; background-color: #000; - filter: alpha(opacity=75); - -moz-opacity: .75; - opacity: .75; color: #eee; width: 100%; z-index:101; } -body.stats #topbar { - filter: alpha(opacity=100); - -moz-opacity: 1; - opacity: 1; -} + #date { float: left; width: 45%; @@ -772,9 +764,6 @@ form { width: 270px; padding: 5px 10px; background-color: #000; - filter: alpha(opacity=75); - -moz-opacity: .75; - opacity: .75; color: #eee; }