]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix feed icons size
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Nov 2010 10:01:28 +0000 (13:01 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Nov 2010 10:01:28 +0000 (13:01 +0300)
functions.php
tt-rss.css

index d56ed295743a96311f06f1890639c2cc517964c3..63f440999594c6099f29e4f4862128042403fdc9 100644 (file)
                        $line = db_fetch_assoc($result);
 
                        if ($line["icon_url"]) {
-                               $feed_icon = "<img class=\"feedIcon\" src=\"" . $line["icon_url"] . "\">";
+                               $feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
                        } else {
                                $feed_icon = "&nbsp;";
                        }
index 3a3f237365912271d979b98ce3a7682279253377..8a662aa660b1cdbfc9a14402f63bfac65bf577d1 100644 (file)
@@ -1499,7 +1499,7 @@ div.fatalError textarea {
        display : none;
 }
 
-img.feedIcon {
+img.feedIcon, img.tinyFeedIcon {
        max-width : 16px;
        max-height : 16px;
 }