aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-02 12:00:24 -0700
committerMark Otto <[email protected]>2017-07-02 12:00:24 -0700
commit67245a474f1826bd6ffc774d31209a4da968daf4 (patch)
tree4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /docs/4.0/examples
parentad15fc028095183ec5023d0ba1b7dffd93a5716d (diff)
downloadbootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz
bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip
fix some busted links
Diffstat (limited to 'docs/4.0/examples')
-rw-r--r--docs/4.0/examples/grid/index.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/4.0/examples/grid/index.html b/docs/4.0/examples/grid/index.html
index 06d674847..2479b0663 100644
--- a/docs/4.0/examples/grid/index.html
+++ b/docs/4.0/examples/grid/index.html
@@ -130,38 +130,6 @@
<div class="col-6 col-sm-4">.col-6 .col-sm-4</div>
</div>
- <hr>
-
- <h3>Column clearing</h3>
- <p><a href="../../layout/grid/#example-responsive-column-resets">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p>
- <div class="row">
- <div class="col-6 col-sm-3">
- .col-6 .col-sm-3
- <br>
- Resize your viewport or check it out on your phone for an example.
- </div>
- <div class="col-6 col-sm-3">.col-6 .col-sm-3</div>
-
- <!-- Add the extra clearfix for only the required viewport -->
- <div class="clearfix d-sm-none"></div>
-
- <div class="col-6 col-sm-3">.col-6 .col-sm-3</div>
- <div class="col-6 col-sm-3">.col-6 .col-sm-3</div>
- </div>
-
- <hr>
-
- <h3>Offset, push, and pull resets</h3>
- <p>Reset offsets, pushes, and pulls at specific breakpoints.</p>
- <div class="row">
- <div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>
- <div class="col-sm-5 offset-sm-2 col-md-6 offset-md-0">.col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0</div>
- </div>
- <div class="row">
- <div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
- <div class="col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0">.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0</div>
- </div>
-
</div> <!-- /container -->
<!-- Bootstrap core JavaScript