CSS fixes to make page header more responsive
This commit is contained in:
parent
99d16444d2
commit
040eb1443d
5 changed files with 90 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
<ul id="nav">
|
||||
<ol id="navlist">
|
||||
<?php foreach ($this->container as $page) : ?>
|
||||
<?php if($this->navigation()->accept($page)) : ?>
|
||||
<li class="top <?php if($page->isActive(true)){echo 'active';} ?>">
|
||||
|
@ -29,4 +29,4 @@
|
|||
</li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue