]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix docs horizontal scroll on tablet viewports
authorMark Otto <markotto@twitter.com>
Tue, 28 Aug 2012 03:32:42 +0000 (20:32 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 28 Aug 2012 03:32:42 +0000 (20:32 -0700)
docs/assets/css/docs.css

index d52d6cd1c42107889ab46a9b5af0c28e59536802..679322562490177c91362c0841483ff4b4408cfb 100644 (file)
@@ -887,7 +887,7 @@ form.bs-docs-example {
 
 /* Tablet
 ------------------------- */
-@media (max-width: 768px) {
+@media (max-width: 767px) {
   /* Remove any padding from the body */
   body {
     padding-top: 0;