]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #3291: remove float on responsive .thumbnails for 767px and down to ensure...
authorMark Otto <markotto@twitter.com>
Tue, 10 Jul 2012 04:07:49 +0000 (21:07 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 10 Jul 2012 04:07:49 +0000 (21:07 -0700)
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index 7023596161f4f36c47eb888b153956c2e5a7a160..9a9bd33074f81d37c549f492063c6aa4f8ec47b8 100644 (file)
     display: block;
     float: none;
     width: auto;
+    max-width: 100%;
     margin-left: 0;
+    -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+            box-sizing: border-box;
   }
   .input-large,
   .input-xlarge,
index 105ac598454f946a19af57db73669db7b10c4f6e..b7fd7454fb76973e865e2fb2f4e2e9a0fa95ab2d 100644 (file)
@@ -51,6 +51,9 @@
   .thumbnails {
     margin-left: 0;
   }
+  .thumbnails > li {
+    float: none;
+  }
   // Make all grid-sized elements block level again
   [class*="span"],
   .row-fluid [class*="span"] {