ttrss/ie6.css

28 lines
279 B
CSS
Raw Normal View History

ul.feedCatList {
position : relative;
top: -1em;
}
2006-05-18 06:02:18 +00:00
li.feedCatHolder {
margin : 0px;
padding : 0px;
}
2007-04-29 05:41:06 +00:00
#infoBoxTitle {
2006-05-18 13:52:44 +00:00
display : none;
2007-04-29 05:41:06 +00:00
}
#headlinesInnerContainer {
position : normal;
}
div.headlines_normal {
overflow : auto;
}
div.headlines_cdm {
overflow : auto;
2007-04-29 05:41:06 +00:00
}