diff options
| author | Mark Otto <[email protected]> | 2014-11-29 15:07:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 15:07:13 -0800 |
| commit | b53ad74d472d0dbe3669b61e79c89fd35da4aa1f (patch) | |
| tree | 6f1839f00bbc801d4013e4af869d595548f6abdf /docs/getting-started | |
| parent | c901287394cd84397cf694a0b2f094f3ea231f66 (diff) | |
| download | bootstrap-b53ad74d472d0dbe3669b61e79c89fd35da4aa1f.tar.xz bootstrap-b53ad74d472d0dbe3669b61e79c89fd35da4aa1f.zip | |
clean up navbar examples
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/examples.md | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index ae16d9d37..83ea0b2ac 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -44,17 +44,6 @@ Build on the basic template above with Bootstrap's many components. We encourage <div class="row bs-examples"> <div class="col-xs-6 col-md-4"> - <a href="{{ site.baseurl }}examples/navbar-top/"> - <h4>New top navbar</h4> - </a> - </div> - <div class="col-xs-6 col-md-4"> - <a href="{{ site.baseurl }}examples/navbar-top-fixed/"> - <h4>New fixed top navbar</h4> - </a> - </div> - - <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/navbar/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar.jpg" alt=""> </a> @@ -62,7 +51,7 @@ Build on the basic template above with Bootstrap's many components. We encourage <p>Super basic template that includes the navbar along with some additional content.</p> </div> <div class="col-xs-6 col-md-4"> - <a href="{{ site.baseurl }}examples/navbar-static-top/"> + <a href="{{ site.baseurl }}examples/navbar-top/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar-static.jpg" alt=""> </a> <h4>Static top navbar</h4> @@ -71,7 +60,7 @@ Build on the basic template above with Bootstrap's many components. We encourage <div class="clearfix visible-xs-block"></div> <div class="col-xs-6 col-md-4"> - <a href="{{ site.baseurl }}examples/navbar-fixed-top/"> + <a href="{{ site.baseurl }}examples/navbar-top-fixed/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar-fixed.jpg" alt=""> </a> <h4>Fixed navbar</h4> |
