This commit is contained in:
Nicolas Stepien 2012-05-14 18:16:53 +02:00
parent 865afc1d7f
commit e3b5645726
2 changed files with 8 additions and 0 deletions

View File

@ -4442,6 +4442,10 @@ textarea.field {\
.fitwidth img[data-md5] + img {\ .fitwidth img[data-md5] + img {\
max-width: 100%;\ max-width: 100%;\
}\ }\
.gecko .fitwidth img[data-md5] + img,\
.presto .fitwidth img[data-md5] + img {\
width: 100%;\
}\
\ \
/* revealed spoilers do not have height/width,\ /* revealed spoilers do not have height/width,\
this fixes "expanded" auto-gifs */\ this fixes "expanded" auto-gifs */\

View File

@ -3451,6 +3451,10 @@ textarea.field {
.fitwidth img[data-md5] + img { .fitwidth img[data-md5] + img {
max-width: 100%; max-width: 100%;
} }
.gecko .fitwidth img[data-md5] + img,
.presto .fitwidth img[data-md5] + img {
width: 100%;
}
/* revealed spoilers do not have height/width, /* revealed spoilers do not have height/width,
this fixes "expanded" auto-gifs */ this fixes "expanded" auto-gifs */