diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:54:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:54:20 -0800 |
| commit | 0fa2c7c4866a4ada900a0bebd45ab8b741db6788 (patch) | |
| tree | 9aca4400012f25b1fb2f5f03f70cc658da9199a9 /docs/layout | |
| parent | 765c5e9c07610a713a89e1664d6df539cdea44b4 (diff) | |
| parent | c68019e5d0ac1eba6cda998a0f4067809a10c443 (diff) | |
| download | bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.tar.xz bootstrap-0fa2c7c4866a4ada900a0bebd45ab8b741db6788.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/layout')
| -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 e35924337..6edbaf6b3 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-center"> + <th class="text-xs-center"> Extra small<br> <small><544px</small> </th> - <th class="text-center"> + <th class="text-xs-center"> Small<br> <small>≥544px</small> </th> - <th class="text-center"> + <th class="text-xs-center"> Medium<br> <small>≥768px</small> </th> - <th class="text-center"> + <th class="text-xs-center"> Large<br> <small>≥992px</small> </th> - <th class="text-center"> + <th class="text-xs-center"> Extra large<br> <small>≥1200px</small> </th> |
