diff options
| author | Chris Rebert <[email protected]> | 2015-08-24 14:42:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-24 14:42:21 -0700 |
| commit | 1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4 (patch) | |
| tree | 092c7f8ea4c91b33fd74626cc5be752eb9eaa9f6 /docs/examples/grid/index.html | |
| parent | 535b1c4b3703b226ecf3fb0ecd6af45e0dbd6813 (diff) | |
| download | bootstrap-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/examples/grid/index.html')
| -rw-r--r-- | docs/examples/grid/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 72e9f6bcd..3c4c68df6 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -150,7 +150,7 @@ <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"></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> |
