aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-29 19:39:48 -0800
committerMark Otto <[email protected]>2015-11-29 19:39:48 -0800
commit45632894d9bc9204cfff4b3c97b6c2bccc8b235f (patch)
treec359d4987ebd696b1c88f2b40330d975c7baba03 /docs/layout
parentc2cf58b4a0abb66689d5f5174842562c26a6e898 (diff)
parentade2ab13418b2c86aa47a767533e542dc6589aff (diff)
downloadbootstrap-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.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>