diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-29 21:09:28 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-29 21:09:28 -0400 |
commit | 27e86364232ca85334f20f6491d240b74e2ef014 (patch) | |
tree | a8b44616dffc53b940e9f85849ed44b2e527d8c1 /www/css | |
parent | 588a624546ee932e2ccf634e1e3bd20087e61b2c (diff) | |
download | html5ks-27e86364232ca85334f20f6491d240b74e2ef014.tar.xz html5ks-27e86364232ca85334f20f6491d240b74e2ef014.zip |
fix misc. bugs
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index 5b12d77..09c818d 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -20,6 +20,7 @@ -webkit-user-select: none; -ms-user-select: none; user-select: none; + outline: none; } body { margin: 0; @@ -117,6 +118,9 @@ html.no-js #gotit { #container { overflow: hidden; } +#show { + height: 100%; +} #show img { position: absolute; } |