aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid\ Beitey <[email protected]>2015-09-03 17:36:33 +1000
committerDavid\ Beitey <[email protected]>2015-09-03 17:37:54 +1000
commit047fe5699cb6587c17301a4f89695af4a81de619 (patch)
tree94a58407d50778e85876cdc04f60ed219bcf6615 /docs
parent3c86d7f00c58664442d17bdd7e420275dfa28e5e (diff)
downloadbootstrap-047fe5699cb6587c17301a4f89695af4a81de619.tar.xz
bootstrap-047fe5699cb6587c17301a4f89695af4a81de619.zip
Document img-responsive to img-fluid change from #17166
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 7331c85cc..c2cc5d4f5 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 `<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.