1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:05:56 +00:00

Merge pull request #150 from levito/patch-1

don't distort resized images
This commit is contained in:
Andrew Dolgov
2013-04-13 04:42:14 -07:00

View File

@@ -57,6 +57,7 @@ div.postReply div.postContent {
div.postReply div.postContent img { div.postReply div.postContent img {
border-width : 0px; border-width : 0px;
max-width : 98%; max-width : 98%;
height: auto;
} }
div.postReply div.postEnclosures { div.postReply div.postEnclosures {