forked from Ailur/burgernotes-server
Update templates/app.html
This commit is contained in:
parent
25a3fdbea9
commit
54e9e2f98e
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<div class="bottomBar">
|
<div class="bottomBar">
|
||||||
<button id="removeBox" class="removeButton"></button>
|
<button id="removeBox" class="removeButton"></button>
|
||||||
<button id="wordCountBox">0 words</button>
|
<button id="wordCountBox" class="wordCounter">0 words</button>
|
||||||
<button id="textMinusBox" class="right">-</button>
|
<button id="textMinusBox" class="right">-</button>
|
||||||
<button id="textSizeBox" class="right">16px</button>
|
<button id="textSizeBox" class="right">16px</button>
|
||||||
<button id="textPlusBox" class="right">+</button>
|
<button id="textPlusBox" class="right">+</button>
|
||||||
|
|
Loading…
Reference in New Issue