Fixed an issue where images would exceed their container

This commit is contained in:
Rhys Powell 2012-12-19 21:09:57 +11:00
parent cb5e1592b0
commit 10ad698616

View file

@ -528,6 +528,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;