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/examples/grid | |
| 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/examples/grid')
| -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> |
