aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/buttons.md1
-rw-r--r--docs/migration.md4
2 files changed, 5 insertions, 0 deletions
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
<button type="button" class="btn btn-primary-outline">Primary</button>
<button type="button" class="btn btn-secondary-outline">Secondary</button>
<button type="button" class="btn btn-success-outline">Success</button>
+<button type="button" class="btn btn-info-outline">Info</button>
<button type="button" class="btn btn-warning-outline">Warning</button>
<button type="button" class="btn btn-danger-outline">Danger</button>
{% endexample %}
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.