Merge pull request #44 from rpwll/css-img-fix

limit width of images in story descriptions to that of the story container
This commit is contained in:
joshua stein 2012-12-20 11:31:33 -08:00
commit 8848ea8a17

View file

@ -532,6 +532,9 @@ div.story_text {
div.story_text p {
margin: 0.75em 0;
}
div.story_text img {
max-width: 100%;
}
div.comment_text {
max-width: 700px;