diff options
| author | Raphael Luba <[email protected]> | 2016-07-20 17:37:54 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-20 08:37:54 -0700 |
| commit | d71c080ab52333e31af61558ba81b9ed04b3c593 (patch) | |
| tree | 8c841a72d8c6657d9ad5acf8010c014a6de3a88f /docs/layout/grid.md | |
| parent | 47dc87e6c77859cc69f007738a6fdb7e0ba31241 (diff) | |
| download | bootstrap-d71c080ab52333e31af61558ba81b9ed04b3c593.tar.xz bootstrap-d71c080ab52333e31af61558ba81b9ed04b3c593.zip | |
Replace renamed classes in grid push/pull example (#20330)
The example for column ordering still referenced the old push/pull class names.
Diffstat (limited to 'docs/layout/grid.md')
| -rw-r--r-- | docs/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index cc2585d5d..b93f0d8b7 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -442,7 +442,7 @@ To nest your content with the default grid, add a new `.row` and set of `.col-sm ### Example: Column ordering -Easily change the order of our built-in grid columns with `.col-md-push-*` and `.col-md-pull-*` modifier classes. +Easily change the order of our built-in grid columns with `.push-md-*` and `.pull-md-*` modifier classes. <div class="bd-example-row"> {% example html %} |
