Prevent thumbnail dimension flickering during page load.

This commit is contained in:
Nicolas Stepien 2012-02-23 20:16:49 +01:00
parent d2294049bf
commit f2ce860998
2 changed files with 8 additions and 8 deletions

View File

@ -4006,13 +4006,13 @@ img[md5], img[md5] + img {\
/* 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;\
}\
td > .filesize > img[md5] {\
max-height: 126px;\
max-width: 126px;\
}\
\
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\
position: fixed;\

View File

@ -3335,13 +3335,13 @@ img[md5], img[md5] + img {
/* 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;
}
td > .filesize > img[md5] {
max-height: 126px;
max-width: 126px;
}
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {
position: fixed;