diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-27 22:45:48 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-27 22:45:48 -0400 |
commit | 15dbf992ef9904e43156b46cd855cea4a6d88642 (patch) | |
tree | 843e0383088204c7b48a302192abf37421f7c968 /www | |
parent | 2da330fc5f83ca785951db30165130c1eaed0677 (diff) | |
download | html5ks-15dbf992ef9904e43156b46cd855cea4a6d88642.tar.xz html5ks-15dbf992ef9904e43156b46cd855cea4a6d88642.zip |
fix ie detection
Diffstat (limited to 'www')
-rw-r--r-- | www/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index 23acff5..1fb33db 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -99,6 +99,7 @@ h2 { opacity: 0.4; } html.no-js #warn li:not(#js) { display: none; } + #warn li#id { display: none; } html.video #warn li#video { display: none; } html.audio #warn li#audio { display: none; } html.fontface #warn li#fontface { display: none; } |