Merge branch 'master' of github.com:aeosynth/4chan-x

This commit is contained in:
James Campos 2011-07-06 19:20:12 -07:00
commit 8b08f64f79
2 changed files with 2 additions and 0 deletions

View File

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

View File

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