diff options
| author | Mark Otto <[email protected]> | 2014-11-21 15:27:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-21 15:27:52 -0800 |
| commit | 2a3680e18785f8b9dd06fbae9bd9ee065e435701 (patch) | |
| tree | 357fbd7eb1123a8a202445a46da89e79d527d646 /docs/getting-started | |
| parent | 2ef7b50a1f4a83275eea04f13b7aa4ee219d6e04 (diff) | |
| download | bootstrap-2a3680e18785f8b9dd06fbae9bd9ee065e435701.tar.xz bootstrap-2a3680e18785f8b9dd06fbae9bd9ee065e435701.zip | |
drop the theme example
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/examples.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index e9fe46ae0..ae16d9d37 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -16,21 +16,14 @@ Build on the basic template above with Bootstrap's many components. We encourage <p>Nothing but the basics: compiled CSS and JavaScript.</p> </div> <div class="col-xs-6 col-md-4"> - <a href="{{ site.baseurl }}examples/theme/"> - <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/theme.jpg" alt=""> - </a> - <h4>Bootstrap theme</h4> - <p>Load the optional Bootstrap theme for a visually enhanced experience.</p> - </div> - <div class="clearfix visible-xs-block"></div> - - <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/grid/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/grid.jpg" alt=""> </a> <h4>Grids</h4> <p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p> </div> + <div class="clearfix visible-xs-block"></div> + <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/jumbotron/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron.jpg" alt=""> @@ -38,8 +31,6 @@ Build on the basic template above with Bootstrap's many components. We encourage <h4>Jumbotron</h4> <p>Build around the jumbotron with a navbar and some basic grid columns.</p> </div> - <div class="clearfix visible-xs-block"></div> - <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/jumbotron-narrow/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/jumbotron-narrow.jpg" alt=""> |
