]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document img-responsive to img-fluid change from #17166 17456/head
authorDavid\ Beitey <david@davidjb.com>
Thu, 3 Sep 2015 07:36:33 +0000 (17:36 +1000)
committerDavid\ Beitey <david@davidjb.com>
Thu, 3 Sep 2015 07:37:54 +0000 (17:37 +1000)
docs/migration.md

index 7331c85cc76489f613627e3f9172697f7881e645..c2cc5d4f5c094ec23db50f73f872acd82a0d8c42 100644 (file)
@@ -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 `<blockquote>` 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.