]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace renamed classes in grid push/pull example (#20330)
authorRaphael Luba <raphael@leanbyte.com>
Wed, 20 Jul 2016 15:37:54 +0000 (17:37 +0200)
committerChris Rebert <github@chrisrebert.com>
Wed, 20 Jul 2016 15:37:54 +0000 (08:37 -0700)
The example for column ordering still referenced the old push/pull class names.

docs/layout/grid.md

index cc2585d5d1658d6393ab4a6ad71cbbd34364a45d..b93f0d8b7821b4c7eb446ceacc3ea02257eabc73 100644 (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 %}