Sfoglia il codice sorgente

Removed unnecessary tooltips for soul vore

tags/v0.7.0
Fen Dweller 8 anni fa
parent
commit
42634fe3d6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      stroll.html

+ 2
- 2
stroll.html Vedi File

@@ -842,11 +842,11 @@
<label>Soul destination</label>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" checked="true" id="soulvore-release" value="release">
<label class="has-tooltip" for="soulvore-release">Released</label>
<label for="soulvore-release">Released</label>
</li>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-body" value="body">
<label class="has-tooltip" for="soulvore-body" title="Trapped on the predator's body">Trapped</label>
<label for="soulvore-body">Trapped</label>
</li>
<li>
<input autocomplete="off" type="radio" name="soulVoreType" id="soulvore-oblivion" value="oblivion">


Loading…
Annulla
Salva