From: Veit Lehmann Date: Fri, 12 Apr 2013 20:19:43 +0000 (+0300) Subject: don't distort resized images X-Git-Tag: 1.7.9~25^2~234^2^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2eee85448123824138ef3cc5ca56c9b20f016b79;p=tt-rss.git don't distort resized images If images have width/height attributes set and are reduced in size by max-width: auto, they look distorted. height: auto fixes this. --- diff --git a/tt-rss.css b/tt-rss.css index ba017f1d..c5dc6d8a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -57,6 +57,7 @@ div.postReply div.postContent { div.postReply div.postContent img { border-width : 0px; max-width : 98%; + height: auto; } div.postReply div.postEnclosures {