1
Fork 0

Tournament tables: update CSS-class attributes of the header.

master
vonavi 2014-05-21 17:13:28 +03:00
parent f3ab6daefb
commit 9ecaf82c6a
2 changed files with 34 additions and 34 deletions

View File

@ -2,23 +2,23 @@
<caption><strong>Таблица результатов</strong><caption> <caption><strong>Таблица результатов</strong><caption>
<thead> <thead>
<tr> <tr>
<th></th> <th class="number"></th>
<th>Участник</th> <th class="player">Участник</th>
<th>elo*</th> <th class="elo">elo*</th>
<th class="opponent" colspan="2">1</th> <th class="score" colspan="2">1</th>
<th class="opponent" colspan="2">2</th> <th class="score" colspan="2">2</th>
<th class="opponent" colspan="2">3</th> <th class="score" colspan="2">3</th>
<th class="opponent" colspan="2">4</th> <th class="score" colspan="2">4</th>
<th class="opponent" colspan="2">5</th> <th class="score" colspan="2">5</th>
<th class="opponent" colspan="2">6</th> <th class="score" colspan="2">6</th>
<th class="opponent" colspan="2">7</th> <th class="score" colspan="2">7</th>
<th class="opponent" colspan="2">8</th> <th class="score" colspan="2">8</th>
<th class="opponent" colspan="2">9</th> <th class="score" colspan="2">9</th>
<th class="opponent" colspan="2">10</th> <th class="score" colspan="2">10</th>
<th>Игры</th> <th class="games">Игры</th>
<th>Очки</th> <th class="total">Очки</th>
<th>Место</th> <th class="place">Место</th>
<th>Бергер</th> <th class="berger">Бергер</th>
</tr> </tr>
</thead> </thead>
<tfoot> <tfoot>

View File

@ -2,23 +2,23 @@
<caption><strong>Таблица результатов</strong><caption> <caption><strong>Таблица результатов</strong><caption>
<thead> <thead>
<tr> <tr>
<th></th> <th class="number"></th>
<th>Участник</th> <th class="player">Участник</th>
<th>elo*</th> <th class="elo">elo*</th>
<th class="opponent" colspan="2">1</th> <th class="score" colspan="2">1</th>
<th class="opponent" colspan="2">2</th> <th class="score" colspan="2">2</th>
<th class="opponent" colspan="2">3</th> <th class="score" colspan="2">3</th>
<th class="opponent" colspan="2">4</th> <th class="score" colspan="2">4</th>
<th class="opponent" colspan="2">5</th> <th class="score" colspan="2">5</th>
<th class="opponent" colspan="2">6</th> <th class="score" colspan="2">6</th>
<th class="opponent" colspan="2">7</th> <th class="score" colspan="2">7</th>
<th class="opponent" colspan="2">8</th> <th class="score" colspan="2">8</th>
<th class="opponent" colspan="2">9</th> <th class="score" colspan="2">9</th>
<th class="opponent" colspan="2">10</th> <th class="score" colspan="2">10</th>
<th>Игры</th> <th class="games">Игры</th>
<th>Очки</th> <th class="total">Очки</th>
<th>Место</th> <th class="place">Место</th>
<th>Бергер</th> <th class="berger">Бергер</th>
</tr> </tr>
</thead> </thead>
<tfoot> <tfoot>