summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-27 20:49:35 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-27 20:49:35 -0400
commit588a624546ee932e2ccf634e1e3bd20087e61b2c (patch)
tree5492deac609cc5a22a6d0d16308314239926f560 /www/css/index.css
parent4a91f3018f3d53708c07a62660bf97338e1503e0 (diff)
downloadhtml5ks-588a624546ee932e2ccf634e1e3bd20087e61b2c.tar.xz
html5ks-588a624546ee932e2ccf634e1e3bd20087e61b2c.zip
fix various persistent-related bugs
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 7b671c2..5b12d77 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -28,7 +28,7 @@ body {
font: 22px/27px Playtime, sans-serif;
}
h2 {
- font: 20px/28px Playtime; /* yes, h2 has *smaller* font */
+ font: 20px/24px Playtime; /* yes, h2 has *smaller* font */
font-weight: bold;
}
@@ -106,15 +106,15 @@ html.no-js #gotit {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
-#container, #vid.scale {
+#container, #vid {
top: 50%;
left: 50%;
-}
-#container {
width: 800px;
height: 600px;
margin-top: -300px;
margin-left: -400px;
+}
+#container {
overflow: hidden;
}
#show img {