diff options
| author | Mark Otto <[email protected]> | 2017-03-03 12:59:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-05 12:25:41 -0800 |
| commit | c6fdac94154c4493d422e1441a5e52219b976219 (patch) | |
| tree | 2673eee349449728c0762718e2fc985e965d7b07 /docs/examples/grid | |
| parent | 4778190d78faab6d19486292e2e73cc418c663f3 (diff) | |
| download | bootstrap-c6fdac94154c4493d422e1441a5e52219b976219.tar.xz bootstrap-c6fdac94154c4493d422e1441a5e52219b976219.zip | |
update instances of old classes in the 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 4779ebcea..783eee35d 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -143,7 +143,7 @@ <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-sm-none"></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> |
