diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:45:22 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:45:22 -0400 |
commit | abff23e68509733a1ca0b466a4dc6ee0d33d6e2f (patch) | |
tree | 3861ba0e8386b5d0a976e30be140111b52b0cd1f /www/css | |
parent | 9ef324d2d2e40f919de9b7d7e1852affa97e0e91 (diff) | |
download | html5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.tar.xz html5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.zip |
remove svg filter warning
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index 03f765d..2fedd0e 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -100,7 +100,6 @@ html.audio #warn li#audio { display: none; } html.fontface #warn li#fontface { display: none; } html.csstransforms #warn li#csstransforms { display: none; } html.csstransitions #warn li#csstransitions { display: none; } -html #warn li#html-svg-filter { display: none; } label { display: block; } |