max-width 100% for images inside comments

This commit is contained in:
Shish 2013-02-09 10:26:55 +00:00
parent ff39a1df91
commit 279c3dd61a

View File

@ -4,6 +4,9 @@
position: relative;
word-wrap: break-word;
}
.comment IMG {
max-width: 100%;
}
.comment .info {
visibility: hidden;
text-align: center;