From: David\ Beitey Date: Thu, 3 Sep 2015 07:36:33 +0000 (+1000) Subject: Document img-responsive to img-fluid change from #17166 X-Git-Tag: v4.0.0-alpha.2~346^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047fe5699cb6587c17301a4f89695af4a81de619;p=thirdparty%2Fbootstrap.git Document img-responsive to img-fluid change from #17166 --- diff --git a/docs/migration.md b/docs/migration.md index 7331c85cc7..c2cc5d4f5c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -54,6 +54,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.dl-horizontal` now requires grid classes, increasing flexbility in column widths. - Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. +### Images + +- Renamed `.img-responsive` to `.img-fluid`. + ### Tables - Nearly all instances of the `>` selector have been removed, meaning nested tables will now automatically inherit styles from their parents. This greatly simplifies our selectors and potential customizations.