From 2eee85448123824138ef3cc5ca56c9b20f016b79 Mon Sep 17 00:00:00 2001 From: Veit Lehmann Date: Fri, 12 Apr 2013 23:19:43 +0300 Subject: [PATCH] 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. --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index ba017f1d6..c5dc6d8a0 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 {