1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 07:41:29 +00:00

improve compatibility with IE7

This commit is contained in:
Andrew Dolgov
2007-04-29 06:34:58 +01:00
parent 586822fdab
commit 972385a509
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -12,6 +12,7 @@ li.feedCatHolder {
display : none;
}
/*
#headlinesInnerContainer {
position : normal;
}
@@ -22,4 +23,4 @@ div.headlines_normal {
div.headlines_cdm {
overflow : auto;
}
} */