WebUI: Move style of dynamic table header to CSS

This commit is contained in:
buinsky
2016-01-20 12:43:32 +03:00
parent 1af8a1533e
commit cdb70a8c14
4 changed files with 18 additions and 14 deletions

View File

@@ -67,7 +67,7 @@
<div id="peers">
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
<thead>
<tr id="torrentPeersTableHeader">
<tr id="torrentPeersTableHeader" class="dynamicTableHeader">
</tr>
</thead>
<tbody id="torrentPeersTable"></tbody>