diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-03 20:11:40 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-03 20:11:40 -0400 |
commit | 0e14fea8ebc1730d6937bcc46354188a0a14f87c (patch) | |
tree | d0554411cd49438b0fab77cbf29a1b2a6de27186 /www/index.html | |
parent | 77524b907b0737d97094f8530ff29578ae396414 (diff) | |
download | html5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.tar.xz html5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.zip |
implement menu... sorta (doesn't work properly)
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index abf4855..c019183 100644 --- a/www/index.html +++ b/www/index.html @@ -55,8 +55,8 @@ <div id="nvlsay" class="say"></div> <img id="nvlctc" src="dump/ui/ctc_rotated.png"> </div> - <div id="choices"></div> - <div id="centered" class="say"></div> + <div id="choices" class="centered"></div> + <div id="centered" class="centered say"></div> <div id="main-menu" style="display: none;"> <div id="main-menu-buttons" style="top: 377px; position: absolute; left: 81px;"> <div id="start" class="button button-enabled">Start</div> |