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.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css deleted file mode 100644 index ad0ebcc..0000000 --- a/theme/css/ie.css +++ /dev/null
@@ -1,44 +0,0 @@
1body * {
2 overflow: hidden;
3}
4
5dl.icon {
6 height: 50px;
7}
8
9#wrap {
10 text-align: center;
11 background:transparent;
12 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
13 zoom: 1;
14}
15
16#wrap #page-body {
17 text-align: left;
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}