fix feed icons size

master
Andrew Dolgov 14 years ago
parent 9c99281f20
commit 8e289ca1ff

@ -4545,7 +4545,7 @@
$line = db_fetch_assoc($result); $line = db_fetch_assoc($result);
if ($line["icon_url"]) { if ($line["icon_url"]) {
$feed_icon = "<img class=\"feedIcon\" src=\"" . $line["icon_url"] . "\">"; $feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
} else { } else {
$feed_icon = "&nbsp;"; $feed_icon = "&nbsp;";
} }

@ -1499,7 +1499,7 @@ div.fatalError textarea {
display : none; display : none;
} }
img.feedIcon { img.feedIcon, img.tinyFeedIcon {
max-width : 16px; max-width : 16px;
max-height : 16px; max-height : 16px;
} }

Loading…
Cancel
Save