]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify and tweak media queries
authorMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 04:34:07 +0000 (20:34 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 04:34:07 +0000 (20:34 -0800)
docs/assets/css/bootstrap-responsive.css
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache
less/responsive.less

index bbfc0ac5ab4c0a4932796fa53241ecbc478a154d..f40f0c110d5322e865a0662b5e1b36642d8b959b 100644 (file)
     height: 0;
   }
 }
-@media (min-width: 1210px) {
+@media (min-width: 1200px) {
   .container {
     width: 1170px;
   }
index 14da044bbad1695aba444467fdfe8d0dcee12b2c..184b3560833fada19e9107e845ff1d2536303c1f 100644 (file)
   @media (min-width: 768px) and (max-width: 940px) { ... }
 
   // Large desktop
-  @media (min-width: 1210px) { .. }
+  @media (min-width: 1200px) { .. }
 </pre>
     </div>
   </div>
index cf672cc6e08898e3a164ba7da106fb8b6daa2045..6d5a66f8da9cce365e3d3c0421ec36cd9a5710df 100644 (file)
   @media (min-width: 768px) and (max-width: 940px) { ... }
 
   // {{_i}}Large desktop{{/i}}
-  @media (min-width: 1210px) { .. }
+  @media (min-width: 1200px) { .. }
 </pre>
     </div>
   </div>
index fba5b3656cbd83b2e4eab4dbf6808fd0b9bde32e..73209907995470c23e2c1b55a53b2d922febb494 100644 (file)
 // LARGE DESKTOP & UP
 // ------------------
 
-@media (min-width: 1210px) {
+@media (min-width: 1200px) {
 
   // Reset grid variables
   @gridColumns:       12;