1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
ttrss/ie6.css
2007-05-18 08:59:23 +01:00

22 lines
294 B
CSS

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