Documentation: set max-width property for inserted images

This commit is contained in:
Maksim Shabunin 2015-02-18 18:19:36 +03:00
parent 6ff2f395e6
commit e57359a3a0

View File

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