From ff15256d60c571a6137e2d667cae8187b558b84e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 May 2007 07:35:27 +0100 Subject: [PATCH] headline width fix for ie7 --- ie7.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ie7.css b/ie7.css index 25af28654..8e8258348 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')); +}