From 5bfef089a5efc521b705abd95fee1f3e85597f8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2005 05:48:01 +0100 Subject: [PATCH] more IE fixes, blank_icon png -> gif --- backend.php | 4 ++-- images/blank_icon.png | Bin 156 -> 0 bytes tt-rss.css | 6 ++++-- tt-rss.php | 8 +++++--- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 images/blank_icon.png diff --git a/backend.php b/backend.php index 4873a966..27ccf4c3 100644 --- a/backend.php +++ b/backend.php @@ -73,7 +73,7 @@ if (file_exists($icon_file) && filesize($icon_file) > 0) { $feed_icon = ""; } else { - $feed_icon = ""; + $feed_icon = ""; } } else { $feed_icon = "\"Updated\""; } diff --git a/images/blank_icon.png b/images/blank_icon.png deleted file mode 100644 index a2f107312ef94b38640bec0241e423efcbc94ddf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9GG!XV7ZFl&wkP>{XE z)7O>#DknP^55Ioxs{KGA*%H@?66gHf+|;}h2Ir#G#FEq$h4Rdj426)4R0VfW-+=ci vs(C<#LY^*;Ar_~T6C_v{Cy4YgaWF8j2rw|V+OH}C$})Jm`njxgN@xNA-0>tj diff --git a/tt-rss.css b/tt-rss.css index e3aed83f..a7fc30d4 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -221,17 +221,19 @@ div.expPane { margin : 15px; } +iframe { + border : 0px solid white; +} + iframe.feedsFrame { width : 100%; height : 90%; - border-width : 0px; margin : 0px; padding : 0px; } iframe.contentFrame, iframe.headlinesFrame { width : 100%; - border-width : 0px; padding : 0px; margin : 0px; height : 100%; diff --git a/tt-rss.php b/tt-rss.php index 326306ec..78fcd322 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -47,7 +47,8 @@ - +

All feeds: @@ -101,13 +102,14 @@ - - + -- 2.39.5