Fix revealed spoilers + auto-gif thumbnail dimensions.

This commit is contained in:
Nicolas Stepien 2012-02-22 05:13:16 +01:00
parent d14206f0e3
commit 7f26ab50ad
2 changed files with 20 additions and 0 deletions

View File

@ -4005,6 +4005,16 @@ img[md5], img[md5] + img {\
.presto > .fitwidth img[md5] + img {\
width: 100%;\
}\
/* revealed spoilers do not have height/width,\
this fixed "expanded" auto-gifs */\
img[md5] {\
max-height: 126px;\
max-width: 126px;\
}\
.op > a > img[md5] {\
max-height: 251px;\
max-width: 251px;\
}\
\
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
position: fixed;\

View File

@ -3334,6 +3334,16 @@ img[md5], img[md5] + img {
.presto > .fitwidth img[md5] + img {
width: 100%;
}
/* revealed spoilers do not have height/width,
this fixed "expanded" auto-gifs */
img[md5] {
max-height: 126px;
max-width: 126px;
}
.op > a > img[md5] {
max-height: 251px;
max-width: 251px;
}
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
position: fixed;