mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
clarify responsive docs on media queries
This commit is contained in:
Binary file not shown.
@@ -486,13 +486,13 @@
|
|||||||
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Portrait tablets</td>
|
<td>Smartphones to tablets</td>
|
||||||
<td>480px to 768px</td>
|
<td>767px and below</td>
|
||||||
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Landscape tablets</td>
|
<td>Portrait tablets</td>
|
||||||
<td>768px to 979px</td>
|
<td>768px and above</td>
|
||||||
<td>42px</td>
|
<td>42px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
+8
-2
@@ -589,10 +589,16 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>1</td>
|
<td rowspan="2">1</td>
|
||||||
<td colspan="2">Mark Otto</td>
|
<td>Mark</td>
|
||||||
|
<td>Otto</td>
|
||||||
<td>CSS</td>
|
<td>CSS</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Mark</td>
|
||||||
|
<td>Otto</td>
|
||||||
|
<td>HTML</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>2</td>
|
<td>2</td>
|
||||||
<td>Jacob</td>
|
<td>Jacob</td>
|
||||||
|
|||||||
+4
-4
@@ -410,13 +410,13 @@
|
|||||||
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Portrait tablets{{/i}}</td>
|
<td>{{_i}}Smartphones to tablets{{/i}}</td>
|
||||||
<td>480px to 768px</td>
|
<td>767px and below</td>
|
||||||
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{_i}}Landscape tablets{{/i}}</td>
|
<td>{{_i}}Portrait tablets{{/i}}</td>
|
||||||
<td>768px to 979px</td>
|
<td>768px and above</td>
|
||||||
<td>42px</td>
|
<td>42px</td>
|
||||||
<td>20px</td>
|
<td>20px</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user