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:
@@ -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>
|
||||
@@ -310,7 +310,7 @@
|
||||
<a href="typography.html">Typography</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="active" href="icons.html"> Icons</a>
|
||||
<a href="icons.html"> Icons</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="grid.html">Grid</a>
|
||||
|
||||
Reference in New Issue
Block a user