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

@@ -282,11 +282,11 @@
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li class="active">
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a class="active" href="flot.html">Flot Charts</a>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>