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

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
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<li><a href="#">Another action</a></li> <li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li> <li><a href="#">Something else here</a></li>
<li class="divider"></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="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li> <li><a href="#">One more separated link</a></li>
</ul> </ul>
......
Markdown is supported
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