Modify public theme
This commit is contained in:
parent
60f950dd6c
commit
4b101ef4b2
5 changed files with 9 additions and 11 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{extends file="public/layout.tpl"}
|
||||
|
||||
{block name=main}
|
||||
<div class="jumbotron">
|
||||
<div class="well">
|
||||
|
||||
<table class="table">
|
||||
<table class="table" style="font-size: 12px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
@ -33,7 +33,6 @@
|
|||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
{/block}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
{foreach from=$teams item=my_team key=k}
|
||||
<div class="item{if $k == 0} active{/if}">
|
||||
<div class="well">
|
||||
<h1>{$my_team->get_name()}</h1>
|
||||
{include file="summary.tpl"}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue