Little workaround until Firefox fixes its shit.

This commit is contained in:
Nicolas Stepien 2011-06-27 21:06:20 +02:00
parent c336c080c5
commit cc521fbe16
2 changed files with 8 additions and 0 deletions

View File

@ -3029,6 +3029,10 @@
.inlined {\ .inlined {\
opacity: .5;\ opacity: .5;\
}\ }\
\
[hidden] {\
display: none;\
}\
' '
}; };
main.init(); main.init();

View File

@ -2416,6 +2416,10 @@ main =
.inlined { .inlined {
opacity: .5; opacity: .5;
} }
[hidden] {
display: none;
}
' '
main.init() main.init()