Skip to content

Commit

Permalink
clarify responsive docs on media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 22, 2012
1 parent 8bd67bb commit 917df67
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/scaffolding.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ <h2>Supported devices</h2>
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
</tr>
<tr>
<td>Portrait tablets</td>
<td>480px to 768px</td>
<td>Smartphones to tablets</td>
<td>767px and below</td>
<td class="muted" colspan="2">Fluid columns, no fixed widths</td>
</tr>
<tr>
<td>Landscape tablets</td>
<td>768px to 979px</td>
<td>Portrait tablets</td>
<td>768px and above</td>
<td>42px</td>
<td>20px</td>
</tr>
Expand Down
10 changes: 8 additions & 2 deletions docs/templates/pages/base-css.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,16 @@
</thead>
<tbody>
<tr>
<td>1</td>
<td colspan="2">Mark Otto</td>
<td rowspan="2">1</td>
<td>Mark</td>
<td>Otto</td>
<td>CSS</td>
</tr>
<tr>
<td>Mark</td>
<td>Otto</td>
<td>HTML</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
Expand Down
8 changes: 4 additions & 4 deletions docs/templates/pages/scaffolding.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
</tr>
<tr>
<td>{{_i}}Portrait tablets{{/i}}</td>
<td>480px to 768px</td>
<td>{{_i}}Smartphones to tablets{{/i}}</td>
<td>767px and below</td>
<td class="muted" colspan="2">{{_i}}Fluid columns, no fixed widths{{/i}}</td>
</tr>
<tr>
<td>{{_i}}Landscape tablets{{/i}}</td>
<td>768px to 979px</td>
<td>{{_i}}Portrait tablets{{/i}}</td>
<td>768px and above</td>
<td>42px</td>
<td>20px</td>
</tr>
Expand Down

0 comments on commit 917df67

Please sign in to comment.