diff options
| author | Mike Cooper <[email protected]> | 2017-05-27 04:06:25 +1000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-26 11:06:25 -0700 |
| commit | c8c51186f58886b114fbcc4e0b01dd2df3d74d36 (patch) | |
| tree | 5403dbb922caffbb411109abe99e0f1486262cf0 /docs | |
| parent | 2a833d559a51da21355360a56e29f1fb19c080dc (diff) | |
| download | bootstrap-c8c51186f58886b114fbcc4e0b01dd2df3d74d36.tar.xz bootstrap-c8c51186f58886b114fbcc4e0b01dd2df3d74d36.zip | |
update equal-width numbering in docs (#22697)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/layout/grid.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 7a16c52a7..97ffd3161 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -144,7 +144,7 @@ For example, here are two grid layouts that apply to every device and viewport, 1 of 2 </div> <div class="col"> - 1 of 2 + 2 of 2 </div> </div> <div class="row"> @@ -152,10 +152,10 @@ For example, here are two grid layouts that apply to every device and viewport, 1 of 3 </div> <div class="col"> - 1 of 3 + 2 of 3 </div> <div class="col"> - 1 of 3 + 3 of 3 </div> </div> </div> |
