aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-30 09:07:41 -0700
committerMark Otto <[email protected]>2017-06-30 11:44:09 -0700
commit6b34cba11882f0d349a5533526f2567f357cdd09 (patch)
tree3a4b6303faf2a52649d051cc3df1bd98bc105cb2 /docs
parent16781be0216b83b4c4026be2b03205dda101f2b8 (diff)
downloadbootstrap-6b34cba11882f0d349a5533526f2567f357cdd09.tar.xz
bootstrap-6b34cba11882f0d349a5533526f2567f357cdd09.zip
drop that part of the docs, not applicable
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/grid.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index 032d11652..324903756 100644
--- a/docs/4.0/layout/grid.md
+++ b/docs/4.0/layout/grid.md
@@ -500,22 +500,6 @@ With the handful of grid tiers available, you're bound to run into issues where,
{% endexample %}
</div>
-In addition to column clearing at responsive breakpoints, you may need to **reset offsets, pushes, or pulls**. See this in action in [the grid example]({{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/).
-
-<div class="bd-example-row">
-{% example html %}
-<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.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>
-{% endexample %}
-</div>
-
## Reordering
### Flex order