From 622fe05ff4c7f4110d5de8d4648505cfbf7349b2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 23:06:37 -0700 Subject: fixes #9445: make img responsive mixin use display block, but provide option to pass custom value to it --- dist/css/bootstrap.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 08a115366..433361dd3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -344,12 +344,6 @@ img { vertical-align: middle; } -.img-responsive { - display: inline-block; - height: auto; - max-width: 100%; -} - .img-rounded { border-radius: 6px; } @@ -4567,7 +4561,7 @@ button.close { .thumbnail > img, .img-thumbnail { - display: inline-block; + display: block; height: auto; max-width: 100%; } @@ -4872,7 +4866,7 @@ a.list-group-item.active > .badge, .carousel-inner > .item > img, .carousel-inner > .item > a > img { - display: inline-block; + display: block; height: auto; max-width: 100%; line-height: 1; -- cgit v1.2.3