From 148e5a3d899d5c2d395e2d5749b755efeef2cd38 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Jul 2012 21:07:49 -0700 Subject: fixes #3291: remove float on responsive .thumbnails for 767px and down to ensure thumbnail images don't pop out of container in FF --- docs/assets/css/bootstrap-responsive.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 702359616..9a9bd3307 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -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, -- cgit v1.2.3