diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 2798621..73eb483 100644 --- a/www/index.html +++ b/www/index.html @@ -49,11 +49,11 @@ <div id="window" style="display: none;"> <div id="who"></div> <div id="say" class="say"></div> - <span class="ctc" id="ctc" style="display: none" alt="Click to continue..."> + <span class="ctc" id="ctc" style="display: none" alt="Click to continue..."></span> </div> <div id="nvl" style="display: none;"> <div id="nvlsay" class="say"></div> - <img class="ctc" id="nvlctc" alt="Click to continue..."> + <span class="ctc" id="nvlctc" style="display: none" alt="Click to continue..."></span> </div> <div id="choices" class="centered"></div> <div id="centered" class="centered say"></div> @@ -85,7 +85,7 @@ <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="autoModeDelay"> <span class="tr config_afmspeed_label"></span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="musicVolume"> <span class="tr config_musicvol_label"></span></label> - <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="soundVolume"> <span class="tr config_sfxvol_label"></span> <span id="test-sound" class="button config_sfxtest_label"><img src="dump/ui/bt-musicplay.png" alt="Play"></span></label> + <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="sfxVolume"> <span class="tr config_sfxvol_label"></span> <span id="test-sound" class="button config_sfxtest_label"><img src="dump/ui/bt-musicplay.png" alt="Play"></span></label> </div> <div id="return" class="button" style="position: absolute; bottom: 15px; right: 20px;"> <img src="dump/ui/bt-return.png"> |