diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-24 17:23:46 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-24 17:23:46 -0400 |
commit | 1191d7ffc795995d68435af715f0eaa43dff724b (patch) | |
tree | ab0a510f68aff7fbc0b077d3693bfb400fdc1a32 /www/css | |
parent | 635dedf1e43fbb8ae7969ad1b9265002ea5190c3 (diff) | |
download | html5ks-1191d7ffc795995d68435af715f0eaa43dff724b.tar.xz html5ks-1191d7ffc795995d68435af715f0eaa43dff724b.zip |
aaaaagh noscript workaround
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 f300350..9a96f3b 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -76,7 +76,7 @@ body { z-index: 9; } #warn-container { - display: none; + visibility: hidden; cursor: auto; } #warn { |