mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-05 08:10:12 +01:00
styling
This commit is contained in:
parent
6796699e35
commit
a86a2f31cd
|
|
@ -13,11 +13,11 @@ ${header}
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<h1 class="col-12">Bookmarks</h1>
|
||||
<div class="col-12">
|
||||
Double-click the values in the table to edit them.
|
||||
</div>
|
||||
</div>
|
||||
<div class="bookmarks">
|
||||
<div class="row">
|
||||
<div class="col-12">Double-click the values in the table to edit them.</div>
|
||||
</div>
|
||||
<div class="row mt-3 bookmarks">
|
||||
${bookmarks}
|
||||
<div class="buttons container">
|
||||
<button type="button" class="btn btn-primary bookmark-add">Add a new bookmark</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue