diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:39:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:39:48 -0800 |
| commit | 45632894d9bc9204cfff4b3c97b6c2bccc8b235f (patch) | |
| tree | c359d4987ebd696b1c88f2b40330d975c7baba03 /docs/layout | |
| parent | c2cf58b4a0abb66689d5f5174842562c26a6e898 (diff) | |
| parent | ade2ab13418b2c86aa47a767533e542dc6589aff (diff) | |
| download | bootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.tar.xz bootstrap-45632894d9bc9204cfff4b3c97b6c2bccc8b235f.zip | |
Merge pull request #18317 from twbs/redundant-text-aligns-18300
Remove non-responsive text alignment classes
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> |
