diff options
| author | Mark Otto <[email protected]> | 2016-07-23 20:40:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-23 20:40:52 -0700 |
| commit | b36e6dae2ffde905db2cdc6f7b4f987e2bd4bd75 (patch) | |
| tree | 059a66cde90463a3e102cba90f153def9b72208c /docs/layout | |
| parent | cdc55a46c282416f7a59ef8b08da817e21b1b57d (diff) | |
| parent | 2ab662095b285dc6a8947676c9e38e630620fc80 (diff) | |
| download | bootstrap-b36e6dae2ffde905db2cdc6f7b4f987e2bd4bd75.tar.xz bootstrap-b36e6dae2ffde905db2cdc6f7b4f987e2bd4bd75.zip | |
Merge branch 'v4-dev' into v4-grid-fixes
Diffstat (limited to 'docs/layout')
| -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 4ce3c3beb..8e7c5225e 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -444,7 +444,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 %} |
