summary refs log tree commit diff stats
path: root/theme/css/ie.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-03-28 09:52:01 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-03-28 09:52:01 -0400
commit623c36e777ddf7566f338619a21c07e2f1775b71 (patch)
tree8d4306a72c63a533934c45351947b1b33c1476f7 /theme/css/ie.css
parent142a61668c243e88c3ab8b1e9105602f5f97d348 (diff)
downloadfourisland-623c36e777ddf7566f338619a21c07e2f1775b71.tar.gz
fourisland-623c36e777ddf7566f338619a21c07e2f1775b71.tar.bz2
fourisland-623c36e777ddf7566f338619a21c07e2f1775b71.zip
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.
Diffstat (limited to 'theme/css/ie.css')
-rw-r--r--theme/css/ie.css31
1 files changed, 30 insertions, 1 deletions
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 {
8 8
9#wrap { 9#wrap {
10 text-align: center; 10 text-align: center;
11 background:transparent;
12 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
13 zoom: 1;
11} 14}
12 15
13#wrap * { 16#wrap #page-body {
14 text-align: left; 17 text-align: left;
15} 18}
19
20body#night #wrap {
21 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
22}
23
24div#fi-navbar ul li a {
25 position: relative;
26 top: -0.4em;
27}
28
29div.bubble cite {
30 position: static;
31 padding-top: 4px;
32}
33
34div.bubble cite.rounded {
35 padding-top: 13px;
36}
37
38div.pimped cite.rounded {
39 padding-top: 14px;
40}
41
42span.post-vote {
43 position: static;
44}