1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Merge pull request #17235 from kkirsche/patch-28

Add btn-info to buttons examples
This commit is contained in:
Chris Rebert
2015-08-22 13:32:48 -07:00

View File

@@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p
<!-- Indicates a successful or positive action --> <!-- Indicates a successful or positive action -->
<button type="button" class="btn btn-success">Success</button> <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 --> <!-- Indicates caution should be taken with this action -->
<button type="button" class="btn btn-warning">Warning</button> <button type="button" class="btn btn-warning">Warning</button>