From 8e289ca1ff3e62d1b054d937d535796a07bef431 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Nov 2010 13:01:28 +0300 Subject: fix feed icons size --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 3a3f23736..8a662aa66 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; } -- cgit v1.2.3