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:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user