diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-22 13:52:27 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-22 13:52:27 -0400 |
| commit | 6b45c9234a6ae95d92760a369135d5e4e9c063e7 (patch) | |
| tree | b1543db8d3c7ead37024f0a110d3f93f72b3b130 /docs/components | |
| parent | 0b585b2ffe8ebd1a64b4a0154c338cc5bda03e66 (diff) | |
| download | bootstrap-6b45c9234a6ae95d92760a369135d5e4e9c063e7.tar.xz bootstrap-6b45c9234a6ae95d92760a369135d5e4e9c063e7.zip | |
Add btn-info to buttons examples
Fix #17234
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/buttons.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 664c8f57b..cb08e40a8 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p <!-- Indicates a successful or positive action --> <button type="button" class="btn btn-success">Success</button> +<!-- Contextual button for informational alert messages --> +<button type="button" class="btn btn-info">Info</button> + <!-- Indicates caution should be taken with this action --> <button type="button" class="btn btn-warning">Warning</button> |
