aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-24 14:42:21 -0700
committerChris Rebert <[email protected]>2015-08-24 14:42:21 -0700
commit1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4 (patch)
tree092c7f8ea4c91b33fd74626cc5be752eb9eaa9f6 /docs/layout
parent535b1c4b3703b226ecf3fb0ecd6af45e0dbd6813 (diff)
downloadbootstrap-1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4.tar.xz
bootstrap-1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4.zip
Replace remaining instances of defunct .visible* classes in docs
.visible-xs(-block) => .hidden-sm-up Fixes #17263. [skip sauce]
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 c6983a62e..59ad79d39 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -317,7 +317,7 @@ Build on the previous example by creating even more dynamic and powerful layouts
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
<!-- Optional: clear the XS cols if their content doesn't match in height -->
- <div class="clearfix visible-xs-block"></div>
+ <div class="clearfix hidden-sm-up"></div>
<div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
</div>
{% endexample %}
@@ -348,7 +348,7 @@ With the four tiers of grids available you're bound to run into issues where, at
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<!-- Add the extra clearfix for only the required viewport -->
- <div class="clearfix visible-xs-block"></div>
+ <div class="clearfix hidden-sm-up"></div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>