Explorar el Código

Removed unnecessary tooltips for soul vore

tags/v0.7.0
Fen Dweller hace 8 años
padre
commit
42634fe3d6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      stroll.html

+ 2
- 2
stroll.html Ver fichero

@@ -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">


Cargando…
Cancelar
Guardar