mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
css cleanup and a fix for smart playlist table ticket #154
This commit is contained in:
@@ -30,7 +30,7 @@ input {
|
||||
Next page update <div class="timer" id="update_timer"><br></div>
|
||||
Update this page every
|
||||
<input type="text" id="update" size="3" value="" /> seconds
|
||||
<table id="service">
|
||||
<table id="service" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Service</th>
|
||||
@@ -56,7 +56,7 @@ Update this page every
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="stat">
|
||||
<table id="stat" cellspacing="0">
|
||||
<col style="width: 20ex;" />
|
||||
<col />
|
||||
<tr>
|
||||
@@ -76,7 +76,7 @@ Update this page every
|
||||
<td>2</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="thread">
|
||||
<table id="thread" cellspacing="0">
|
||||
<col style="width: 20ex;" />
|
||||
<col />
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user