summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorVeit Lehmann <[email protected]>2013-04-12 23:19:43 +0300
committerVeit Lehmann <[email protected]>2013-04-12 23:19:43 +0300
commit2eee85448123824138ef3cc5ca56c9b20f016b79 (patch)
tree5739af7423bf6c5a6192328bf11d2aac7e696483 /tt-rss.css
parentc5569ff8d30d3cda4667d5e22923455a68482478 (diff)
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.
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
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 {