summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-19 07:35:27 +0100
committerAndrew Dolgov <[email protected]>2007-05-19 07:35:27 +0100
commitff15256d60c571a6137e2d667cae8187b558b84e (patch)
tree1863126ddb726703b03479070b94c5588771cdc7
parent865220a488b853f25f15f5516c848ee540fa7361 (diff)
headline width fix for ie7
-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'));
+}