2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #3291: remove float on responsive .thumbnails for 767px and down to ensure thumbnail images don't pop out of container in FF

This commit is contained in:
Mark Otto
2012-07-09 21:07:49 -07:00
parent f495a8d0cc
commit 148e5a3d89
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -805,7 +805,11 @@
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,
+3
View 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"] {