This commit is contained in:
James Campos 2011-05-18 21:46:58 -07:00
parent 24068dbe09
commit a74f0a8526
2 changed files with 6 additions and 2 deletions

View File

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

View File

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