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> </div>
<nav class="nav"> <nav class="nav">
<div class="nav-center"> <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 Kleine tafel
</a> </button>
<a class="nav-item ctrl" href="#" data-command="set_pos" data-x="50" data-y="10"> <button class="button ctrl" href="#" data-command="set_pos" data-x="50" data-y="10">
Grote tafel Grote tafel
</a> </button>
<a class="nav-item ctrl" href="#" data-command="set_pos" data-x="50" data-y="22"> <button class="ctrl button" href="#" data-command="set_pos" data-x="50" data-y="22">
Zetel Zetel
</a> </button>
</div> </div>
</nav> </nav>
</section> </section>