blob: 0a1aa43a3c7706f15f8cd02f7bcd82c5b7a97e10 (
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.getElementById("headlines-frame").clientWidth)-2)+'px'));
}
#headlinesInnerContainer {
position : normal;
}
div.headlines_normal {
overflow : auto;
}
div.headlines_cdm {
overflow : auto;
}
|