Commit 934cf4f6 authored by Ross Allen's avatar Ross Allen
Browse files

Use correct dropdown header class in sticky-footer

"nav-header" does not exist in Bootstrap. The class used for headers
in dropdowns is "dropdown-header".
parent 2998929b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -41,7 +41,7 @@
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment