From 623c36e777ddf7566f338619a21c07e2f1775b71 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 28 Mar 2009 09:52:01 -0400 Subject: Improved rendering in IE Now, Four Island doesn't look downright disgusting in IE, even though there are still a couple more problems to be fixed. Also, a small amount of CSS housekeeping was done. --- theme/css/ie.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'theme/css/ie.css') diff --git a/theme/css/ie.css b/theme/css/ie.css index 6903ed4..ad0ebcc 100644 --- a/theme/css/ie.css +++ b/theme/css/ie.css @@ -8,8 +8,37 @@ dl.icon { #wrap { text-align: center; + background:transparent; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF); + zoom: 1; } -#wrap * { +#wrap #page-body { text-align: left; } + +body#night #wrap { + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); +} + +div#fi-navbar ul li a { + position: relative; + top: -0.4em; +} + +div.bubble cite { + position: static; + padding-top: 4px; +} + +div.bubble cite.rounded { + padding-top: 13px; +} + +div.pimped cite.rounded { + padding-top: 14px; +} + +span.post-vote { + position: static; +} -- cgit 1.4.1