From 972385a5090204d4d4e2d9b82fb2441e574f07d4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Apr 2007 06:34:58 +0100 Subject: improve compatibility with IE7 --- backend.php | 2 +- tt-rss-ie.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index 7c67ae639..1b318906e 100644 --- a/backend.php +++ b/backend.php @@ -421,7 +421,7 @@ if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; + cellspacing=\"0\">"; } $lnum = 0; diff --git a/tt-rss-ie.css b/tt-rss-ie.css index ccefc889d..6e01c80f8 100644 --- a/tt-rss-ie.css +++ b/tt-rss-ie.css @@ -12,6 +12,7 @@ li.feedCatHolder { display : none; } +/* #headlinesInnerContainer { position : normal; } @@ -22,4 +23,4 @@ div.headlines_normal { div.headlines_cdm { overflow : auto; -} +} */ -- cgit v1.2.3