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 {\
opacity: .5;\
}\
\
[hidden] {\
display: none;\
}\
'
};
main.init();

View File

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