Add btn-info to buttons examples

Fix #17234
This commit is contained in:
Kevin Kirsche 2015-08-22 13:52:27 -04:00
parent 0b585b2ffe
commit 6b45c9234a
1 changed files with 3 additions and 0 deletions

View File

@ -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>