ttrss/tt-rss-ie.css

26 lines
277 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;
}
#infoBoxTitle {
2006-05-18 13:52:44 +00:00
display : none;
}
#headlinesInnerContainer {
position : normal;
}
div.headlines_normal {
overflow : auto;
}
div.headlines_cdm {
overflow : auto;
}