]> git.wh0rd.org Git - tt-rss.git/commitdiff
postIcon: set maximum image size
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Nov 2010 09:40:05 +0000 (12:40 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Nov 2010 09:40:05 +0000 (12:40 +0300)
tt-rss.css

index d44952c779884bcdd8987ecfd1452e066aa287b8..0fbd1d93e0f2f6728788d1068596dd4c0dbe71e5 100644 (file)
@@ -53,6 +53,10 @@ div.postReply div.postIcon {
        float : right;
        border : 0px;
        margin : 5px;
+}
+
+div.postReply div.postIcon img {
+       max-width : 120px;
        display : inline;
 }