1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-04 13:10:49 +02:00
ttrss/tt-rss-ie.css

26 lines
277 B
CSS
Raw Normal View History

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