I guess op needs this too

This commit is contained in:
James Campos 2011-06-15 00:36:47 -07:00
parent 5062fbe375
commit ca1bb6dbde
2 changed files with 0 additions and 4 deletions

View File

@ -2657,8 +2657,6 @@
}\ }\
body.fitwidth img[md5] + img {\ body.fitwidth img[md5] + img {\
max-width: 100%;\ max-width: 100%;\
}\
body.fitwidth table img[md5] + img {\
width: -moz-calc(100%); /* hack so only firefox sees this */\ width: -moz-calc(100%); /* hack so only firefox sees this */\
}\ }\
\ \

View File

@ -2027,8 +2027,6 @@ main =
} }
body.fitwidth img[md5] + img { body.fitwidth img[md5] + img {
max-width: 100%; max-width: 100%;
}
body.fitwidth table img[md5] + img {
width: -moz-calc(100%); /* hack so only firefox sees this */ width: -moz-calc(100%); /* hack so only firefox sees this */
} }