diff options
| author | Chris Rebert <[email protected]> | 2015-09-03 01:17:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-03 01:17:30 -0700 |
| commit | 1872aeba79c31633c50e18acacdf795d0f972689 (patch) | |
| tree | 94a58407d50778e85876cdc04f60ed219bcf6615 /docs/components | |
| parent | 562e6257b593e9d2667be8c6b82c453bd7428950 (diff) | |
| parent | 047fe5699cb6587c17301a4f89695af4a81de619 (diff) | |
| download | bootstrap-1872aeba79c31633c50e18acacdf795d0f972689.tar.xz bootstrap-1872aeba79c31633c50e18acacdf795d0f972689.zip | |
Merge pull request #17456 from davidjb/v4-img-responsive
Document migration for img-responsive to img-fluid
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/buttons.md | 1 |
1 files changed, 1 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 %} |
