From 6c56687e527322a6fc40e0f07bf8969ea7a3f7b3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Nov 2005 12:19:08 +0100 Subject: [PATCH] separate icon classes for tiny/normal feed icons --- backend.php | 2 +- tt-rss.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index 8fb8eb3aa..e6d330ce1 100644 --- a/backend.php +++ b/backend.php @@ -2065,7 +2065,7 @@ $icon_file = ICONS_URL."/".$line["id"].".ico"; if (file_exists($icon_file) && filesize($icon_file) > 0) { - $feed_icon = ""; + $feed_icon = ""; } else { $feed_icon = ""; } diff --git a/tt-rss.css b/tt-rss.css index 3cb99e9f2..3f56c9f8a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -185,7 +185,7 @@ ul.feedList li.feed { display : block; } -ul.feedList img, img.feedIcon { +ul.feedList img, img.tinyFeedIcon { margin : 0px 3px 0px 0px; width : 16px; height : 16px;