From: Andrew Dolgov Date: Sat, 19 May 2007 06:35:27 +0000 (+0100) Subject: headline width fix for ie7 X-Git-Tag: 1.2.11~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ff15256d60c571a6137e2d667cae8187b558b84e;p=tt-rss.git headline width fix for ie7 --- diff --git a/ie7.css b/ie7.css index 25af2865..8e825834 100644 --- a/ie7.css +++ b/ie7.css @@ -1,3 +1,7 @@ /* div.prefsTabSelected { bottom : 1px; } */ + +table.headlinesList { + width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px')); +}