0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Replace renamed classes in grid push/pull example (#20330)

The example for column ordering still referenced the old push/pull class names.
This commit is contained in:
Raphael Luba 2016-07-20 17:37:54 +02:00 committed by Chris Rebert
parent 47dc87e6c7
commit d71c080ab5

View File

@ -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 %}