This commit is contained in:
Nicolas Stepien 2011-05-17 02:31:29 +02:00
parent 1d245005f9
commit 63a3265b50
2 changed files with 6 additions and 0 deletions

View File

@ -2448,6 +2448,9 @@
display: none;\ display: none;\
}\ }\
\ \
img[md5] + img {\
float: left;\
}\
iframe {\ iframe {\
display: none;\ display: none;\
}\ }\

View File

@ -1915,6 +1915,9 @@ main =
display: none; display: none;
} }
img[md5] + img {
float: left;
}
iframe { iframe {
display: none; display: none;
} }