7 lines
177 B
CSS
7 lines
177 B
CSS
/* div.prefsTabSelected {
|
|
bottom : 1px;
|
|
} */
|
|
|
|
table.headlinesList {
|
|
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
|
|
}
|