1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 19:27:10 +00:00
Files
tt-rss/ie6.css
2007-05-18 08:53:53 +01:00

22 lines
276 B
CSS

#infoBoxTitle {
display : none;
}
#headlinesContainer {
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
}
#headlinesInnerContainer {
position : normal;
}
div.headlines_normal {
overflow : auto;
}
div.headlines_cdm {
overflow : auto;
}