Changing zoom buttons back to links.

This commit is contained in:
Flávio Rodrigues
2016-10-20 14:49:19 -02:00
parent 4882e138ac
commit 8e94e8d65f
2 changed files with 3 additions and 7 deletions

View File

@@ -7,10 +7,6 @@ a {
display: inline-block;
}
button {
margin:10px;
}
.panel {
margin: 5px;
}

View File

@@ -29,9 +29,9 @@
<div class="panel-section-separator"></div>
<button id="tabs-add-zoom" class="normal">Zoom in</button>
<button href="#" id="tabs-default-zoom" class="default">Reset zoom</button>
<button href="#" id="tabs-decrease-zoom" class="normal">Zoom out</button>
<a href="#" id="tabs-add-zoom">Zoom in</a><br>
<a href="#" id="tabs-default-zoom">Reset zoom</a><br>
<a href="#" id="tabs-decrease-zoom">Zoom out</a>
</div>