diff options
| author | Mark Otto <[email protected]> | 2013-07-30 17:37:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 17:37:21 -0700 |
| commit | 0f23f514aba1114b0ea6fc40af7d91be51d155d3 (patch) | |
| tree | c992b4ed48db3d011b862fbaaa9444f6947e94aa | |
| parent | 2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff) | |
| parent | 6a8f76f020c77dde1da87a03f635437b5c9f2d99 (diff) | |
| download | bootstrap-0f23f514aba1114b0ea6fc40af7d91be51d155d3.tar.xz bootstrap-0f23f514aba1114b0ea6fc40af7d91be51d155d3.zip | |
Merge pull request #24 from ssorallen/sticky-footer-js
Sticky footer example JS and navbar dropdown style
| -rw-r--r-- | sticky-footer-navbar/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index 3c4038398..d5e033f58 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> @@ -67,5 +67,9 @@ </div> </div> + <!-- Bootstrap core JavaScript + ================================================== --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html>
\ No newline at end of file |
