diff options
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> |