Modify public theme
This commit is contained in:
parent
60f950dd6c
commit
4b101ef4b2
5 changed files with 9 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<table class="table">
|
||||
<table class="table" style="font-size: 12px; padding: 10px; margin-bottom: 10px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th style="font-size: 15px">{$my_team->get_name()}</th>
|
||||
{for $i=1 to $nbExoMax}
|
||||
<th class="text-center">Exercice {$i}</th>
|
||||
{/for}
|
||||
|
|
@ -47,4 +47,4 @@
|
|||
<th class="active text-center">{$total}</th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</table>
|
||||
|
|
|
|||
Reference in a new issue