Comment on Firefox bug.

This commit is contained in:
Nicolas Stepien 2011-07-03 14:32:15 +02:00
parent 573bd0f8e0
commit 53741a9ad8
2 changed files with 2 additions and 0 deletions

View File

@ -3022,6 +3022,7 @@
opacity: .5;\
}\
\
/* Firefox bug: hidden tables are not hidden */\
[hidden] {\
display: none;\
}\

View File

@ -2412,6 +2412,7 @@ main =
opacity: .5;
}
/* Firefox bug: hidden tables are not hidden */
[hidden] {
display: none;
}