Tournament tables: update CSS-class attributes of the header.
This commit is contained in:
parent
f3ab6daefb
commit
9ecaf82c6a
@ -2,23 +2,23 @@
|
||||
<caption><strong>Таблица результатов</strong><caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Участник</th>
|
||||
<th>elo*</th>
|
||||
<th class="opponent" colspan="2">1</th>
|
||||
<th class="opponent" colspan="2">2</th>
|
||||
<th class="opponent" colspan="2">3</th>
|
||||
<th class="opponent" colspan="2">4</th>
|
||||
<th class="opponent" colspan="2">5</th>
|
||||
<th class="opponent" colspan="2">6</th>
|
||||
<th class="opponent" colspan="2">7</th>
|
||||
<th class="opponent" colspan="2">8</th>
|
||||
<th class="opponent" colspan="2">9</th>
|
||||
<th class="opponent" colspan="2">10</th>
|
||||
<th>Игры</th>
|
||||
<th>Очки</th>
|
||||
<th>Место</th>
|
||||
<th>Бергер</th>
|
||||
<th class="number">№</th>
|
||||
<th class="player">Участник</th>
|
||||
<th class="elo">elo*</th>
|
||||
<th class="score" colspan="2">1</th>
|
||||
<th class="score" colspan="2">2</th>
|
||||
<th class="score" colspan="2">3</th>
|
||||
<th class="score" colspan="2">4</th>
|
||||
<th class="score" colspan="2">5</th>
|
||||
<th class="score" colspan="2">6</th>
|
||||
<th class="score" colspan="2">7</th>
|
||||
<th class="score" colspan="2">8</th>
|
||||
<th class="score" colspan="2">9</th>
|
||||
<th class="score" colspan="2">10</th>
|
||||
<th class="games">Игры</th>
|
||||
<th class="total">Очки</th>
|
||||
<th class="place">Место</th>
|
||||
<th class="berger">Бергер</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
|
@ -2,23 +2,23 @@
|
||||
<caption><strong>Таблица результатов</strong><caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Участник</th>
|
||||
<th>elo*</th>
|
||||
<th class="opponent" colspan="2">1</th>
|
||||
<th class="opponent" colspan="2">2</th>
|
||||
<th class="opponent" colspan="2">3</th>
|
||||
<th class="opponent" colspan="2">4</th>
|
||||
<th class="opponent" colspan="2">5</th>
|
||||
<th class="opponent" colspan="2">6</th>
|
||||
<th class="opponent" colspan="2">7</th>
|
||||
<th class="opponent" colspan="2">8</th>
|
||||
<th class="opponent" colspan="2">9</th>
|
||||
<th class="opponent" colspan="2">10</th>
|
||||
<th>Игры</th>
|
||||
<th>Очки</th>
|
||||
<th>Место</th>
|
||||
<th>Бергер</th>
|
||||
<th class="number">№</th>
|
||||
<th class="player">Участник</th>
|
||||
<th class="elo">elo*</th>
|
||||
<th class="score" colspan="2">1</th>
|
||||
<th class="score" colspan="2">2</th>
|
||||
<th class="score" colspan="2">3</th>
|
||||
<th class="score" colspan="2">4</th>
|
||||
<th class="score" colspan="2">5</th>
|
||||
<th class="score" colspan="2">6</th>
|
||||
<th class="score" colspan="2">7</th>
|
||||
<th class="score" colspan="2">8</th>
|
||||
<th class="score" colspan="2">9</th>
|
||||
<th class="score" colspan="2">10</th>
|
||||
<th class="games">Игры</th>
|
||||
<th class="total">Очки</th>
|
||||
<th class="place">Место</th>
|
||||
<th class="berger">Бергер</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
|
Loading…
Reference in New Issue
Block a user