diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-15 13:00:51 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-15 13:00:51 -0400 |
commit | 4acddaff97ce6afb28086f4ce93afffceebd4f53 (patch) | |
tree | 543ab1c132e7606d50f422dc516d93cc19409f16 /www/css | |
parent | 50ce0d77bc041a0d0a60f0dd50de79815088069a (diff) | |
download | html5ks-4acddaff97ce6afb28086f4ce93afffceebd4f53.tar.xz html5ks-4acddaff97ce6afb28086f4ce93afffceebd4f53.zip |
imachine.json
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index 8b59a6b..775bfc6 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -159,11 +159,15 @@ html.no-js #gotit { } #centered { text-align: center; - width: 100%; + top: 0; + bottom: 0; + left: 0; + height: 0; } .centered { position: absolute; margin: auto; + width: 100%; left: 50%; top: 50%; } @@ -173,7 +177,11 @@ html.no-js #gotit { right: 10px; display: none; } +#choices { + left: 0; +} .choice { + text-align: center; background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; line-height: 30px; |