diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 17:38:40 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-09-01 21:12:28 -0700 |
| commit | 54fba7cbe598b92e76d98ac68c2b097a822a13f0 (patch) | |
| tree | a403aa6d7657fb25a26937c1deb7209866553c69 /docs/dist/css/bootstrap.css | |
| parent | 003f507de3a06314bba484d17659ca6728ebb884 (diff) | |
| download | bootstrap-54fba7cbe598b92e76d98ac68c2b097a822a13f0.tar.xz bootstrap-54fba7cbe598b92e76d98ac68c2b097a822a13f0.zip | |
Rename .img-responsive class to .img-fluid
Fix #17166
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; |
