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