Give a height/width limit to expanded pictures in quote previews. Finally.

This commit is contained in:
Nicolas Stepien 2012-02-21 23:19:19 +01:00
parent ddc781d7c9
commit 61b02c456e
2 changed files with 8 additions and 0 deletions

View File

@ -4088,6 +4088,10 @@ img[md5], img[md5] + img {\
#qp {\
padding-bottom: 5px;\
}\
#qp > a > img {\
max-height: 300px;\
max-width: 500px;\
}\
.qphl {\
outline: 2px solid rgba(216, 94, 49, .7);\
}\

View File

@ -3418,6 +3418,10 @@ img[md5], img[md5] + img {
#qp {
padding-bottom: 5px;
}
#qp > a > img {
max-height: 300px;
max-width: 500px;
}
.qphl {
outline: 2px solid rgba(216, 94, 49, .7);
}