summary refs log tree commit diff stats
path: root/theme/css/ie.css
blob: ad0ebccee0b7339e0c0f6bc851f619c35bb5f3b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body * {
 overflow: hidden;
}

dl.icon {
 height: 50px;
}

#wrap {
 text-align: center;
 background:transparent;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
 zoom: 1;
}

#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;
}