diff options
| author | Mark Otto <[email protected]> | 2013-01-11 11:00:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 11:00:45 -0800 |
| commit | 99649aad71e1046b4e066eb9cc7129987fbc6513 (patch) | |
| tree | a73a6ad26cf3724fc52afac57470b725a3aa7fb7 | |
| parent | 98b0d4946f187e5e5145fc8a218d1d0f9b58e4d7 (diff) | |
| download | bootstrap-99649aad71e1046b4e066eb9cc7129987fbc6513.tar.xz bootstrap-99649aad71e1046b4e066eb9cc7129987fbc6513.zip | |
Remove navbar links from sticky footer navbar example
| -rw-r--r-- | sticky-footer-navbar.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sticky-footer-navbar.html b/sticky-footer-navbar.html index 17e216ee7..ad4f87a04 100644 --- a/sticky-footer-navbar.html +++ b/sticky-footer-navbar.html @@ -115,11 +115,6 @@ </ul> </li> </ul> - <ul class="nav pull-right"> - <li><a href="./navbar.html">Default</a></li> - <li><a href="./navbar-static-top.html">Static top</a></li> - <li class="active"><a href="./navbar-fixed-top.html">Fixed top</a></li> - </ul> </div><!--/.nav-collapse --> </div> </div> |
