This commit is contained in:
James Campos 2011-10-08 18:55:28 -07:00
parent 656d004f64
commit 6e3d43a16a
2 changed files with 2 additions and 2 deletions

View File

@ -3334,7 +3334,7 @@
background: none;\ background: none;\
}\ }\
\ \
/* Firefox bug: hidden tables are not hidden */\ /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */\
[hidden] {\ [hidden] {\
display: none;\ display: none;\
}\ }\

View File

@ -2538,7 +2538,7 @@ Main =
background: none; background: none;
} }
/* Firefox bug: hidden tables are not hidden */ /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */
[hidden] { [hidden] {
display: none; display: none;
} }