mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Changing zoom buttons back to links.
This commit is contained in:
@@ -7,10 +7,6 @@ a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button {
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user