summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-29 17:57:22 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-29 17:57:36 -0500
commit6ca9552ac361d276ffdb3085eed10e513e8c6bf7 (patch)
tree4c8d4f9e1d4b7506cc6c90b0ad32a5964c9e3d1c /www/css/index.css
parent86b9f9a40a1549d275dc8a57bf192b97c6954eed (diff)
downloadhtml5ks-6ca9552ac361d276ffdb3085eed10e513e8c6bf7.tar.xz
html5ks-6ca9552ac361d276ffdb3085eed10e513e8c6bf7.zip
More stuff.
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 1210e28..3b9a420 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -41,11 +41,11 @@ h2 {
/* interstitial */
#interstitial {
- visibility: hidden;
+ display: none;
cursor: auto;
}
html.no-js #interstitial {
- visibility: visible;
+ display: block;
}
#warn {
background-color: rgb(128, 128, 128);