aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorStarsam80 <[email protected]>2016-11-26 21:33:46 -0700
committerMark Otto <[email protected]>2016-11-26 20:33:46 -0800
commitb1e8d60348ab84895b7b722487a03264a53aedfb (patch)
tree49aa074990ffc26c7bdb4f9ccf65b677e331c601 /docs/layout
parenteb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (diff)
downloadbootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.tar.xz
bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.zip
Remove 'xs' from text utilities (#21217)
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 8c0d32917..8de8ccf46 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-xs-center">
+ <th class="text-center">
Extra small<br>
<small>&lt;576px</small>
</th>
- <th class="text-xs-center">
+ <th class="text-center">
Small<br>
<small>&ge;576px</small>
</th>
- <th class="text-xs-center">
+ <th class="text-center">
Medium<br>
<small>&ge;768px</small>
</th>
- <th class="text-xs-center">
+ <th class="text-center">
Large<br>
<small>&ge;992px</small>
</th>
- <th class="text-xs-center">
+ <th class="text-center">
Extra large<br>
<small>&ge;1200px</small>
</th>