Looks like there are exceptions to the max-width/height of thumbnails.

This commit is contained in:
Nicolas Stepien 2012-03-15 17:11:58 +01:00
parent e28c668fc5
commit a70a237f8b
2 changed files with 8 additions and 8 deletions

View File

@ -4299,12 +4299,12 @@ img[md5], img[md5] + img {\
/* revealed spoilers do not have height/width,\ /* revealed spoilers do not have height/width,\
this fixes "expanded" auto-gifs */\ this fixes "expanded" auto-gifs */\
img[md5] {\ img[md5] {\
max-height: 251px;\ max-height: 252px;\
max-width: 251px;\ max-width: 252px;\
}\ }\
input ~ a > img[md5] {\ input ~ a > img[md5] {\
max-height: 126px;\ max-height: 127px;\
max-width: 126px;\ max-width: 127px;\
}\ }\
\ \
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\ #qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\

View File

@ -3636,12 +3636,12 @@ img[md5], img[md5] + img {
/* revealed spoilers do not have height/width, /* revealed spoilers do not have height/width,
this fixes "expanded" auto-gifs */ this fixes "expanded" auto-gifs */
img[md5] { img[md5] {
max-height: 251px; max-height: 252px;
max-width: 251px; max-width: 252px;
} }
input ~ a > img[md5] { input ~ a > img[md5] {
max-height: 126px; max-height: 127px;
max-width: 126px; max-width: 127px;
} }
#qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks { #qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {