summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-29 06:34:58 +0100
committerAndrew Dolgov <[email protected]>2007-04-29 06:34:58 +0100
commit972385a5090204d4d4e2d9b82fb2441e574f07d4 (patch)
treee1bf0641e4c480a5f064793dfaa49fe8ec65c036
parent586822fdabb71541a0802f28e24deddb77632b14 (diff)
improve compatibility with IE7
-rw-r--r--backend.php2
-rw-r--r--tt-rss-ie.css3
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 "<table class=\"headlinesList\" id=\"headlinesList\"
- cellspacing=\"0\" width=\"100%\">";
+ 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;
-}
+} */