Commit 8d26e26e authored by Chris Rebert's avatar Chris Rebert

Merge pull request #17235 from kkirsche/patch-28

Add btn-info to buttons examples
parents 5bc6990b 6b45c923
...@@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment