]> git.wh0rd.org - tt-rss.git/blob - ie6.css
add special stylesheet for ie7
[tt-rss.git] / ie6.css
1 ul.feedCatList {
2 position : relative;
3 top: -1em;
4 }
5
6 li.feedCatHolder {
7 margin : 0px;
8 padding : 0px;
9 }
10
11
12 #infoBoxTitle {
13 display : none;
14 }
15
16
17 #headlinesInnerContainer {
18 position : normal;
19 }
20
21 div.headlines_normal {
22 overflow : auto;
23 }
24
25 div.headlines_cdm {
26 overflow : auto;
27 }