don't fuck with op

This commit is contained in:
James Campos 2011-05-18 21:36:49 -07:00
parent 03e37241ab
commit cece8a730f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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