diff options
| author | Ross Allen <[email protected]> | 2013-07-30 10:09:30 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-30 10:09:30 -0700 |
| commit | 934cf4f683c0ef2aba26c4cf600c7f6e28c65488 (patch) | |
| tree | faebc9c48bba202fc36c696d6b18443034567549 | |
| parent | 2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff) | |
| download | bootstrap-934cf4f683c0ef2aba26c4cf600c7f6e28c65488.tar.xz bootstrap-934cf4f683c0ef2aba26c4cf600c7f6e28c65488.zip | |
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".
| -rw-r--r-- | sticky-footer-navbar/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index 3c4038398..c81594a25 100644 --- a/sticky-footer-navbar/index.html +++ b/sticky-footer-navbar/index.html @@ -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> |
