From: Andrew Dolgov Date: Tue, 16 Nov 2010 10:01:28 +0000 (+0300) Subject: fix feed icons size X-Git-Tag: 1.5.0~207 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8e289ca1ff3e62d1b054d937d535796a07bef431;p=tt-rss.git fix feed icons size --- diff --git a/functions.php b/functions.php index d56ed295..63f44099 100644 --- a/functions.php +++ b/functions.php @@ -4545,7 +4545,7 @@ $line = db_fetch_assoc($result); if ($line["icon_url"]) { - $feed_icon = ""; + $feed_icon = ""; } else { $feed_icon = " "; } diff --git a/tt-rss.css b/tt-rss.css index 3a3f2373..8a662aa6 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1499,7 +1499,7 @@ div.fatalError textarea { display : none; } -img.feedIcon { +img.feedIcon, img.tinyFeedIcon { max-width : 16px; max-height : 16px; }