aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-03 12:59:14 -0800
committerMark Otto <[email protected]>2017-03-05 12:25:41 -0800
commitc6fdac94154c4493d422e1441a5e52219b976219 (patch)
tree2673eee349449728c0762718e2fc985e965d7b07 /docs/layout
parent4778190d78faab6d19486292e2e73cc418c663f3 (diff)
downloadbootstrap-c6fdac94154c4493d422e1441a5e52219b976219.tar.xz
bootstrap-c6fdac94154c4493d422e1441a5e52219b976219.zip
update instances of old classes in the docs
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 31d1f9a81..738eafe62 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -471,7 +471,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
### Column resets
-With the handful of grid tiers available, you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive utility classes]({{ site.baseurl }}/layout/responsive-utilities/).
+With the handful of grid tiers available, you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive display utilities]({{ site.baseurl }}/utilities/display/).
<div class="bd-example-row">
{% example html %}
@@ -480,7 +480,7 @@ With the handful of grid tiers available, you're bound to run into issues where,
<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 hidden-sm-up"></div>
+ <div class="clearfix d-none d-sm-block"></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>