]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add btn-info to buttons examples 17235/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Sat, 22 Aug 2015 17:52:27 +0000 (13:52 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Sat, 22 Aug 2015 17:52:27 +0000 (13:52 -0400)
Fix #17234

docs/components/buttons.md

index 664c8f57be405613d131def2f52a447724fadd4a..cb08e40a89d515b6591b069a8e27429a732df780 100644 (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>