]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document btn-info-outline as an example
authorDavid\ Beitey <david@davidjb.com>
Thu, 3 Sep 2015 04:37:48 +0000 (14:37 +1000)
committerDavid\ Beitey <david@davidjb.com>
Thu, 3 Sep 2015 07:37:54 +0000 (17:37 +1000)
docs/components/buttons.md

index cb08e40a89d515b6591b069a8e27429a732df780..0ca8c0e08e85a3571da9c464b50d6ab15d07bd9a 100644 (file)
@@ -66,6 +66,7 @@ In need of a button, but not the hefty background colors they bring? Replace the
 <button type="button" class="btn btn-primary-outline">Primary</button>
 <button type="button" class="btn btn-secondary-outline">Secondary</button>
 <button type="button" class="btn btn-success-outline">Success</button>
+<button type="button" class="btn btn-info-outline">Info</button>
 <button type="button" class="btn btn-warning-outline">Warning</button>
 <button type="button" class="btn btn-danger-outline">Danger</button>
 {% endexample %}