summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-29 21:09:28 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-29 21:09:28 -0400
commit27e86364232ca85334f20f6491d240b74e2ef014 (patch)
treea8b44616dffc53b940e9f85849ed44b2e527d8c1 /www/css/index.css
parent588a624546ee932e2ccf634e1e3bd20087e61b2c (diff)
downloadhtml5ks-27e86364232ca85334f20f6491d240b74e2ef014.tar.xz
html5ks-27e86364232ca85334f20f6491d240b74e2ef014.zip
fix misc. bugs
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css4
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;
}