]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix responsive media queries to use 979 and 980 where appropro
authorMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 05:08:52 +0000 (21:08 -0800)
committerMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 05:08:52 +0000 (21:08 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache
less/responsive.less

index 7aee4471a1e45e7ad3c7c032735137eea22c9e65..644dd58f7a26b2d26cf1ee1dffa7bfe80366de7d 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index d01791cc5cef1633cb1fe97efd3a832dca860cc4..a4277a26f01ffc8db874ef3e0e35226f0d711c71 100644 (file)
     margin: 0;
   }
 }
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
   .row {
     margin-left: -20px;
     *zoom: 1;
     width: 714px;
   }
 }
-@media (max-width: 980px) {
+@media (max-width: 979px) {
   body {
     padding-top: 0;
   }
index 18ec5fb422a3feb7892e11525a9e452feb686f98..525c1152fc1226efe49cf8037237d9a832fea9ef 100644 (file)
           </tr>
           <tr>
             <td>Landscape tablets</td>
-            <td>768px to 980px</td>
+            <td>768px to 979px</td>
             <td>42px</td>
             <td>20px</td>
           </tr>
index cc3cceea78b961064a406b87bfcc0a3e67ed5479..50c776e2de4490da78bf50721570c74ee4d76671 100644 (file)
           </tr>
           <tr>
             <td>{{_i}}Landscape tablets{{/i}}</td>
-            <td>768px to 980px</td>
+            <td>768px to 979px</td>
             <td>42px</td>
             <td>20px</td>
           </tr>
index c55af0236944119afacad9715fe41dc6faf6ff2f..5b85776e93df80a32f23a1fe43d2bcc15261a57d 100644 (file)
 // PORTRAIT TABLET TO DEFAULT DESKTOP
 // ----------------------------------
 
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
 
   // Fixed grid
   #gridSystem > .generate(12, 42px, 20px);
 
 // TABLETS AND BELOW
 // -----------------
-@media (max-width: 980px) {
+@media (max-width: 979px) {
 
   // UNFIX THE TOPBAR
   // ----------------