diff options
| author | Mark Otto <[email protected]> | 2016-11-27 22:29:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-27 22:29:33 -0800 |
| commit | 5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43 (patch) | |
| tree | 2590d95f94a7ec3933fcf70a8acbcc31aef13fd6 /docs/layout/grid.md | |
| parent | 1562a2db4ca973c56e8d353f98ea85bd9ef81329 (diff) | |
| parent | 54908a95a87b592d81df3231823979c75917d57a (diff) | |
| download | bootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.tar.xz bootstrap-5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/layout/grid.md')
| -rw-r--r-- | docs/layout/grid.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 8c0d32917..8de8ccf46 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -62,23 +62,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a <thead> <tr> <th></th> - <th class="text-xs-center"> + <th class="text-center"> Extra small<br> <small><576px</small> </th> - <th class="text-xs-center"> + <th class="text-center"> Small<br> <small>≥576px</small> </th> - <th class="text-xs-center"> + <th class="text-center"> Medium<br> <small>≥768px</small> </th> - <th class="text-xs-center"> + <th class="text-center"> Large<br> <small>≥992px</small> </th> - <th class="text-xs-center"> + <th class="text-center"> Extra large<br> <small>≥1200px</small> </th> |
