Fixes #18 and removes all nav classes with active since the javascript will automatically add them based on the url.

This commit is contained in:
Chris Hallgren
2014-12-24 22:44:34 -06:00
parent 7cb35d90be
commit 6aa0323eb9
12 changed files with 29 additions and 21 deletions

View File

@@ -294,7 +294,7 @@
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li class="active">
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
@@ -313,7 +313,7 @@
<a href="icons.html"> Icons</a>
</li>
<li>
<a class="active" href="grid.html">Grid</a>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->