Static top navbar instead of fixed

This change allows us to simplify the code in both
app.css and cleanup.php
This commit is contained in:
Ben Word
2013-02-09 17:41:45 -06:00
parent 3875728c32
commit 8ba19a0155
4 changed files with 6 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<header class="banner navbar navbar-fixed-top" role="banner">
<header class="banner navbar navbar-static-top" role="banner">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
@@ -18,4 +18,4 @@
</nav>
</div>
</div>
</header>
</header>