2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

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]
This commit is contained in:
Chris Rebert
2015-11-22 20:53:34 -08:00
parent 2c3a592a6e
commit ade2ab1341
8 changed files with 35 additions and 28 deletions
+5 -5
View File
@@ -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>