Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent fa9d185a7e
commit 4836b8fa37
2 changed files with 4 additions and 6 deletions

View File

@ -22,7 +22,7 @@ echo $this->getData('nav')->render();
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<thead>
<tr>

View File

@ -12,11 +12,9 @@ echo $this->getData('nav')->render();
<div class="col-xs-12">
<section class="box wf-100">
<header><h1><?= $this->printHtml($doc->getTitle()); ?></h1></header>
<div class="inner">
<article>
<?= $this->printHtml($doc->getDoc()); ?>
</article>
</div>
<article>
<?= $this->printHtml($doc->getDoc()); ?>
</article>
</section>
</div>
</div>