separate icon classes for tiny/normal feed icons

This commit is contained in:
Andrew Dolgov 2005-11-19 12:19:08 +01:00
parent 1c73bc0c4d
commit 6c56687e52
2 changed files with 2 additions and 2 deletions

View File

@ -2065,7 +2065,7 @@
$icon_file = ICONS_URL."/".$line["id"].".ico"; $icon_file = ICONS_URL."/".$line["id"].".ico";
if (file_exists($icon_file) && filesize($icon_file) > 0) { if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "<img class=\"feedIcon\" src=\"$icon_file\">"; $feed_icon = "<img class=\"tinyFeedIcon\" src=\"$icon_file\">";
} else { } else {
$feed_icon = "<img class=\"feedIcon\" src=\"images/blank_icon.gif\">"; $feed_icon = "<img class=\"feedIcon\" src=\"images/blank_icon.gif\">";
} }

View File

@ -185,7 +185,7 @@ ul.feedList li.feed {
display : block; display : block;
} }
ul.feedList img, img.feedIcon { ul.feedList img, img.tinyFeedIcon {
margin : 0px 3px 0px 0px; margin : 0px 3px 0px 0px;
width : 16px; width : 16px;
height : 16px; height : 16px;