aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-22 20:53:34 -0800
committerChris Rebert <[email protected]>2015-11-22 21:33:42 -0800
commitade2ab13418b2c86aa47a767533e542dc6589aff (patch)
treea192f86dd2673c55465c4cc4fda7c19815839ab4 /docs/layout
parent2c3a592a6edb6596ca05c240abf7b053f6333c02 (diff)
downloadbootstrap-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.md10
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>&lt;544px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Small<br>
<small>&ge;544px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Medium<br>
<small>&ge;768px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Large<br>
<small>&ge;992px</small>
</th>
- <th class="text-center">
+ <th class="text-xs-center">
Extra large<br>
<small>&ge;1200px</small>
</th>