Modify public theme

This commit is contained in:
nemunaire 2013-12-12 19:33:18 +01:00
commit 4b101ef4b2
5 changed files with 9 additions and 11 deletions

View file

@ -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}

View file

@ -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>