Fixed 1px bug

This commit is contained in:
Marcin Kurczewski 2013-12-14 16:49:43 +01:00
parent 5b25250209
commit 1c6b10f966
3 changed files with 7 additions and 6 deletions

View file

@ -38,6 +38,9 @@ body {
#top-nav .clear {
background: white;
}
#top-nav ul.main-nav {
margin: 0 0 0 -0.75em;
padding: 0;

View file

@ -28,13 +28,15 @@
<nav id="top-nav">
<div class="main-wrapper">
<?php $this->renderFile('top-navigation') ?>
</div>
<div class="clear"></div>
</nav>
<section id="content">
<div class="main-wrapper">
<?php echo $this->renderView() ?>
<div class="clear"></div>
</div>
<div class="clear"></div>
</section>
<footer>

View file

@ -123,7 +123,3 @@
</form>
</li>
</ul>
<div class="clear"></div>
</div>