mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fixes #9523: more accurate grid table breakpoint numbers
This commit is contained in:
parent
083b7c0981
commit
70b0fb445e
14
css.html
14
css.html
@ -123,7 +123,7 @@ base_url: "../"
|
||||
</th>
|
||||
<th>
|
||||
Small devices
|
||||
<small>Tablets (>768px)</small>
|
||||
<small>Tablets (≥768px)</small>
|
||||
</th>
|
||||
<th>
|
||||
Medium devices
|
||||
@ -2123,7 +2123,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
</th>
|
||||
<th>
|
||||
Small devices
|
||||
<small>Tablets (>768px)</small>
|
||||
<small>Tablets (≥768px)</small>
|
||||
</th>
|
||||
<th>
|
||||
Medium devices
|
||||
@ -2135,15 +2135,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!-- <thead>
|
||||
<tr>
|
||||
<th>Class</th>
|
||||
<th>Small devices <small>Up to 768px</small></th>
|
||||
<th>Medium devices <small>768px to 991px</small></th>
|
||||
<th>Large devices <small>992px and up</small></th>
|
||||
</tr>
|
||||
</thead>
|
||||
--> <tbody>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><code>.visible-xs</code></th>
|
||||
<td class="is-visible">Visible</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user