Replace HR with DIV
This commit is contained in:
parent
9daef4b09e
commit
f634e36344
@ -20,6 +20,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
{if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
|
{if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
|
||||||
<hr class="trait col-xs-12" role="presentation" />
|
<div class="trait col-xs-12" role="presentation"></div>
|
||||||
</header>
|
</header>
|
||||||
<main role="main">
|
<main role="main">
|
||||||
|
Loading…
Reference in New Issue
Block a user