diff options
| author | Chris Rebert <[email protected]> | 2015-08-24 14:44:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-24 14:44:48 -0700 |
| commit | d10c889feef6669bc3ee2da2de66fa12997444da (patch) | |
| tree | 092c7f8ea4c91b33fd74626cc5be752eb9eaa9f6 /docs/layout | |
| parent | 535b1c4b3703b226ecf3fb0ecd6af45e0dbd6813 (diff) | |
| parent | 1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4 (diff) | |
| download | bootstrap-d10c889feef6669bc3ee2da2de66fa12997444da.tar.xz bootstrap-d10c889feef6669bc3ee2da2de66fa12997444da.zip | |
Merge pull request #17293 from twbs/fix-17263
Replace remaining instances of defunct .visible* classes in docs
Diffstat (limited to 'docs/layout')
| -rw-r--r-- | docs/layout/grid.md | 4 |
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> |
