From 418ca6c09b393096e80aef9dde0072943f6d7c63 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 13:40:21 -0700 Subject: fixes #9622: reset to inline-block for img-thumbnail, but keep block for .thumbnail > img --- dist/css/bootstrap.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5b80d802a..21cc26350 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4592,13 +4592,18 @@ button.close { display: block; } -.thumbnail > img, -.img-thumbnail { +.thumbnail > img { display: block; height: auto; max-width: 100%; } +.img-thumbnail { + display: inline-block; + height: auto; + max-width: 100%; +} + a.thumbnail:hover, a.thumbnail:focus { border-color: #428bca; -- cgit v1.2.3