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}
|
||||
|
|
|
|||
Reference in a new issue