From 3c86d7f00c58664442d17bdd7e420275dfa28e5e Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Thu, 3 Sep 2015 14:37:48 +1000 Subject: [PATCH 1/2] Document btn-info-outline as an example --- docs/components/buttons.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/buttons.md b/docs/components/buttons.md index cb08e40a8..0ca8c0e08 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -66,6 +66,7 @@ In need of a button, but not the hefty background colors they bring? Replace the + {% endexample %} From 047fe5699cb6587c17301a4f89695af4a81de619 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Thu, 3 Sep 2015 17:36:33 +1000 Subject: [PATCH 2/2] Document img-responsive to img-fluid change from #17166 --- docs/migration.md | 4 ++++ 1 file changed, 4 insertions(+) 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 `
` 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.