1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 16:07:11 +00:00

headline width fix for ie7

This commit is contained in:
Andrew Dolgov
2007-05-19 07:35:27 +01:00
parent 865220a488
commit ff15256d60

View File

@@ -1,3 +1,7 @@
/* div.prefsTabSelected {
bottom : 1px;
} */
table.headlinesList {
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
}