]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update scaffolding responsive section to reflect proper media query ranges
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:12:14 +0000 (18:12 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:12:14 +0000 (18:12 -0800)
docs/assets/bootstrap.zip
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index 2a04a0c1d571a82d99301796c030ca29f2a2c07c..f41c571bfa5169e1f6328941f585ffa1d33eca12 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index b8a635cddedd7783a63421d7a272d37fed87258f..4ed4a36c8689df55d7844b22819edd261a86ef54 100644 (file)
           </tr>
           <tr>
             <td>Landscape tablets</td>
-            <td>768px to 940px</td>
+            <td>768px to 980px</td>
             <td>44px</td>
             <td>20px</td>
           </tr>
           <tr>
             <td>Default</td>
-            <td>940px and up</td>
+            <td>980px and up</td>
             <td>60px</td>
             <td>20px</td>
           </tr>
   @media (max-width: 768px) { ... }
 
   // Portrait tablet to landscape and desktop
-  @media (min-width: 768px) and (max-width: 940px) { ... }
+  @media (min-width: 768px) and (max-width: 980px) { ... }
 
   // Large desktop
   @media (min-width: 1200px) { .. }
index bfbd879d54f855fab48a213ef861248da90cff54..e20c524029706eef83a36d5c8c182b1637dddcc6 100644 (file)
           </tr>
           <tr>
             <td>{{_i}}Landscape tablets{{/i}}</td>
-            <td>768px to 940px</td>
+            <td>768px to 980px</td>
             <td>44px</td>
             <td>20px</td>
           </tr>
           <tr>
             <td>{{_i}}Default{{/i}}</td>
-            <td>940px and up</td>
+            <td>980px and up</td>
             <td>60px</td>
             <td>20px</td>
           </tr>
   @media (max-width: 768px) { ... }
 
   // {{_i}}Portrait tablet to landscape and desktop{{/i}}
-  @media (min-width: 768px) and (max-width: 940px) { ... }
+  @media (min-width: 768px) and (max-width: 980px) { ... }
 
   // {{_i}}Large desktop{{/i}}
   @media (min-width: 1200px) { .. }