1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/ie6.css

22 lines
294 B
CSS
Raw Normal View History

#infoBoxTitle {
2006-05-18 15:52:44 +02:00
display : none;
2007-04-29 07:41:06 +02:00
}
#headlinesContainer {
width: expression(((parseInt(document.getElementById("headlines-frame").clientWidth)-2)+'px'));
}
#headlinesInnerContainer {
position : normal;
}
div.headlines_normal {
overflow : auto;
}
div.headlines_cdm {
overflow : auto;
2007-04-29 07:41:06 +02:00
}
2007-04-29 13:24:17 +02:00
2007-04-29 13:41:33 +02:00