From 54fba7cbe598b92e76d98ac68c2b097a822a13f0 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 17:38:40 -0400 Subject: Rename .img-responsive class to .img-fluid Fix #17166 --- docs/dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index f62e0ea5d..c73ab41f1 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -649,7 +649,7 @@ mark, color: #818a91; } -.img-responsive, .figure > img, .carousel-inner > .carousel-item > img, +.img-fluid, .figure > img, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img { display: block; max-width: 100%; -- cgit v1.2.3