summaryrefslogtreecommitdiff
path: root/ie6.css
blob: e07a8bc2daf4d7dd06a68365a57f38f278ad801e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#infoBoxTitle {
	display : none;
}

#headlinesContainer {
	width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
}

#headlinesInnerContainer {
	position : normal;
}

div.headlines_normal {
	overflow : auto;
}

div.headlines_cdm {
	overflow : auto;
}