diff options
| author | Mark Otto <[email protected]> | 2014-11-21 15:26:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-21 15:26:19 -0800 |
| commit | 3151f502672801386acc6d6f37d2e54021bcfb10 (patch) | |
| tree | 73d8509ee3fd6865f6d619504088b6c32b8e9971 /docs | |
| parent | b15ad9920dee44ccb81178456b18bd13fabe7fc9 (diff) | |
| download | bootstrap-3151f502672801386acc6d6f37d2e54021bcfb10.tar.xz bootstrap-3151f502672801386acc6d6f37d2e54021bcfb10.zip | |
don't link to now removed non-responsive example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/examples.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index 4bc421dd9..e9fe46ae0 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -158,13 +158,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/non-responsive/"> - <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/non-responsive.jpg" alt=""> - </a> - <h4>Non-responsive Bootstrap</h4> - <p>Easily disable the responsiveness of Bootstrap <a href="#disable-responsive">per our docs</a>.</p> - </div> - <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}examples/offcanvas/"> <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/offcanvas.jpg" alt=""> </a> |
