1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

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.
This commit is contained in:
Veit Lehmann 2013-04-12 23:19:43 +03:00
parent c5569ff8d3
commit 2eee854481

View File

@ -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 {