Merge pull request #3718 from mshabunin:image-max-width

This commit is contained in:
Vadim Pisarevsky 2015-02-19 18:36:27 +00:00
commit 0a1da4461b

View File

@ -31,3 +31,7 @@ div.contents {
span.arrow {
height: 13px;
}
div.image img{
max-width: 900px;
}