]> git.wh0rd.org Git - tt-rss.git/commitdiff
headline width fix for ie7
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 06:35:27 +0000 (07:35 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 06:35:27 +0000 (07:35 +0100)
ie7.css

diff --git a/ie7.css b/ie7.css
index 25af28654284f7aa2616537e6b9729ae4b5c4acd..8e82583484094155896ab2cda1c806583f907e1f 100644 (file)
--- 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'));
+}