Use buttons for absolute navigation

Fixes #49
This commit is contained in:
David Vandorpe 2016-08-30 23:53:43 +02:00
parent d9da84fdca
commit 4ca8db7d0f

View file

@ -45,15 +45,15 @@ title: Cammie
</div>
<nav class="nav">
<div class="nav-center">
<a class="nav-item ctrl" href="#" data-command="set_pos" data-x="0" data-y="12">
<button class="button ctrl" href="#" data-command="set_pos" data-x="0" data-y="12">
Kleine tafel
</a>
<a class="nav-item ctrl" href="#" data-command="set_pos" data-x="50" data-y="10">
</button>
<button class="button ctrl" href="#" data-command="set_pos" data-x="50" data-y="10">
Grote tafel
</a>
<a class="nav-item ctrl" href="#" data-command="set_pos" data-x="50" data-y="22">
</button>
<button class="ctrl button" href="#" data-command="set_pos" data-x="50" data-y="22">
Zetel
</a>
</button>
</div>
</nav>
</section>