Fixed a typo in the flavors file

This commit is contained in:
Angelos Chalaris 2018-05-28 10:36:18 +03:00
parent d4e2d6715f
commit 368313aa99
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ module.exports = {
</div> </div>
<div class="input-group vertical"> <div class="input-group vertical">
<label for="subBottom">Subscript bottom position (em):</label> <label for="subBottom">Subscript bottom position (em):</label>
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="0.25" step="0.001" autocomplete="off"/> <input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="-0.25" step="0.001" autocomplete="off"/>
<p><small>Bottom position for subscript, relative to context</small></p> <p><small>Bottom position for subscript, relative to context</small></p>
</div> </div>
<div class="input-group vertical"> <div class="input-group vertical">

View file

@ -112,7 +112,7 @@
</div> </div>
<div class="input-group vertical"> <div class="input-group vertical">
<label for="subBottom">Subscript bottom position (em):</label> <label for="subBottom">Subscript bottom position (em):</label>
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="0.25" step="0.001" autocomplete="off"/> <input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="-0.25" step="0.001" autocomplete="off"/>
<p><small>Bottom position for subscript, relative to context</small></p> <p><small>Bottom position for subscript, relative to context</small></p>
</div> </div>
<div class="input-group vertical"> <div class="input-group vertical">