From: Andrew Dolgov Date: Thu, 11 Nov 2010 09:40:05 +0000 (+0300) Subject: postIcon: set maximum image size X-Git-Tag: 1.5.0~288 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=73d1378f62bc13025ed39518bd25e7c1d3198e4b;p=tt-rss.git postIcon: set maximum image size --- diff --git a/tt-rss.css b/tt-rss.css index d44952c7..0fbd1d93 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -53,6 +53,10 @@ div.postReply div.postIcon { float : right; border : 0px; margin : 5px; +} + +div.postReply div.postIcon img { + max-width : 120px; display : inline; }