diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-13 14:11:58 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-13 14:11:58 -0400 |
commit | 61e544ed7019414be08c77d2d654e4bcbb6a704a (patch) | |
tree | d6062a2b8b9fc2751642ed263cc3980c71dda57c /www/css | |
parent | 4dd38604c0110ff7726c94bc9533686d97af48cf (diff) | |
download | html5ks-61e544ed7019414be08c77d2d654e4bcbb6a704a.tar.xz html5ks-61e544ed7019414be08c77d2d654e4bcbb6a704a.zip |
fix html to validate
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index 3790ee8..2768d76 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -56,7 +56,7 @@ html.no-js #warn-container { z-index: 100; } html.no-js #warn li { display: none; } -html.js #warn noscript { display: none; } +html.js #warn li#js { display: none; } #warn li#ie { display: none; } html.video #warn li#video { display: none; } html.audio #warn li#audio { display: none; } |