1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 02:51:28 +00:00

show icons in feedlist

This commit is contained in:
Andrew Dolgov
2010-11-16 09:49:00 +03:00
parent 4a28ab4444
commit 2ef5c21f61
4 changed files with 42 additions and 1 deletions

View File

@@ -1514,3 +1514,8 @@ div.fatalError textarea {
.dijitTreeRow.Hidden {
display : none;
}
img.feedIcon {
max-width : 16px;
max-height : 16px;
}