summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ie7.css4
1 files changed, 4 insertions, 0 deletions
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'));
+}