mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-23 21:55:55 -05:00
add ispage directive to make tabs pretty
This commit is contained in:
parent
5e13a6c3ed
commit
3304471174
@ -16,9 +16,9 @@
|
||||
|
||||
<!-- <hr size="" class="netscape4"> -->
|
||||
<div class="tabs">
|
||||
<a href="index.html" class="plain">Home</a>
|
||||
<a href="config.html" class="plain">Config</a>
|
||||
<a href="status.html" class="plain">Status</a>
|
||||
<a href="index.html" class="@ispage index.html:selected:plain@">Home</a>
|
||||
<a href="config.html" class="@ispage config.html:selected:plain@">Config</a>
|
||||
<a href="status.html" class="@ispage status.html:selected:plain@">Status</a>
|
||||
</div>
|
||||
|
||||
<div class="personalBar">
|
||||
|
Loading…
Reference in New Issue
Block a user