CSS fixes to make page header more responsive

This commit is contained in:
Duncan Sommerville 2015-03-25 17:29:28 -04:00
parent 99d16444d2
commit 040eb1443d
5 changed files with 90 additions and 31 deletions

View file

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