1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
ttrss/ie7.css

21 lines
313 B
CSS
Raw Normal View History

/* div.prefsTabSelected {
2007-04-29 08:19:14 +02:00
bottom : 1px;
} */
2007-05-19 08:35:27 +02:00
table.headlinesList {
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
}
2007-05-19 09:37:22 +02:00
ul.feedList {
font-size : 10pt;
}
#dispSwitch {
font-size : 9pt;
}
div.headlines_normal, div.headlines_cdm {
font-size : 10pt;
}