]> git.wh0rd.org - tt-rss.git/commitdiff
improve compatibility with IE7
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 05:34:58 +0000 (06:34 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 05:34:58 +0000 (06:34 +0100)
backend.php
tt-rss-ie.css

index 7c67ae6390f153fcb986b37ddc610c58f4848648..1b318906e86ed16bc3f9bdeb90fbdb62126e83e2 100644 (file)
 
                        if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
                                print "<table class=\"headlinesList\" id=\"headlinesList\" 
-                                       cellspacing=\"0\" width=\"100%\">";
+                                       cellspacing=\"0\">";
                        }
 
                        $lnum = 0;
index ccefc889d0d4cca88ba69f7b3bda28d7a4695d00..6e01c80f88a3df777d21ebeaf2733675fd3264fb 100644 (file)
@@ -12,6 +12,7 @@ li.feedCatHolder {
        display : none;
 }
 
+/*
 #headlinesInnerContainer {
        position : normal;
 }
@@ -22,4 +23,4 @@ div.headlines_normal {
 
 div.headlines_cdm {
        overflow : auto;
-}
+} */