1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 03:59:14 +00:00

fix feed icons size

This commit is contained in:
Andrew Dolgov
2010-11-16 13:01:28 +03:00
parent 9c99281f20
commit 8e289ca1ff
2 changed files with 2 additions and 2 deletions

View File

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