diff options
| author | Chris Rebert <[email protected]> | 2015-11-22 20:53:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-22 21:33:42 -0800 |
| commit | ade2ab13418b2c86aa47a767533e542dc6589aff (patch) | |
| tree | a192f86dd2673c55465c4cc4fda7c19815839ab4 /docs/layout | |
| parent | 2c3a592a6edb6596ca05c240abf7b053f6333c02 (diff) | |
| download | bootstrap-ade2ab13418b2c86aa47a767533e542dc6589aff.tar.xz bootstrap-ade2ab13418b2c86aa47a767533e542dc6589aff.zip | |
Remove non-responsive text alignment classes
These can be replaced by their `.text-xs-*` parallels.
This also avoids any complications from interactions between the responsive and non-responsive classes.
(e.g. `<div class="text-left text-md-right">`)
Refs #18300
[skip sauce]
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> |
