ttrss/ie7.css

9 lines
177 B
CSS
Raw Normal View History

/* div.prefsTabSelected {
2007-04-29 06:19:14 +00:00
bottom : 1px;
} */
2007-05-19 06:35:27 +00:00
table.headlinesList {
2007-05-19 07:51:35 +00:00
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
2007-05-19 07:37:22 +00:00
}