summary refs log tree commit diff stats
path: root/theme/css/ie.css
diff options
context:
space:
mode:
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}