Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-07-10 08:07:49 +0400
committerMark Otto <markotto@twitter.com>2012-07-10 08:07:49 +0400
commit148e5a3d899d5c2d395e2d5749b755efeef2cd38 (patch)
tree701df5a8b7550cd35dbe564895ace747e8fd40d5 /less/responsive-767px-max.less
parentf495a8d0cc48d1440198e784a8f336a82e3a48bd (diff)
fixes #3291: remove float on responsive .thumbnails for 767px and down to ensure thumbnail images don't pop out of container in FF
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 105ac59845..b7fd7454fb 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -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"] {