Merge pull request #150 from levito/patch-1

don't distort resized images
master
Andrew Dolgov 12 years ago
commit 45a32e90b2

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

Loading…
Cancel
Save