aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid\ Beitey <[email protected]>2015-09-03 14:37:48 +1000
committerDavid\ Beitey <[email protected]>2015-09-03 17:37:54 +1000
commit3c86d7f00c58664442d17bdd7e420275dfa28e5e (patch)
treea6a8e67609df8a6a30388895e061dc3cbbc88034 /docs
parent562e6257b593e9d2667be8c6b82c453bd7428950 (diff)
downloadbootstrap-3c86d7f00c58664442d17bdd7e420275dfa28e5e.tar.xz
bootstrap-3c86d7f00c58664442d17bdd7e420275dfa28e5e.zip
Document btn-info-outline as an example
Diffstat (limited to 'docs')
-rw-r--r--docs/components/buttons.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index cb08e40a8..0ca8c0e08 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -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 %}