summaryrefslogtreecommitdiff
path: root/tt-rss-ie.css
blob: ccefc889d0d4cca88ba69f7b3bda28d7a4695d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ul.feedCatList {
	position : relative;
	top: -1em;
}

li.feedCatHolder {
	margin : 0px;
	padding : 0px;
}

#infoBoxTitle {
	display : none;
}

#headlinesInnerContainer {
	position : normal;
}

div.headlines_normal {
	overflow : auto;
}

div.headlines_cdm {
	overflow : auto;
}