aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-08-20 00:33:27 +0200
committerHeinrich Fenkart <[email protected]>2015-08-20 00:33:27 +0200
commit1f6c4859fed9cf8f24aeec88a2797cdae6d458f9 (patch)
treee215abb85461e5e5e9b546afb9e49e59a046ff50 /docs
parentc0fe7400e50123fd18c830bbd651d993979a39eb (diff)
parentd868eb2825aaf5a2c05183247680c2285788301e (diff)
downloadbootstrap-1f6c4859fed9cf8f24aeec88a2797cdae6d458f9.tar.xz
bootstrap-1f6c4859fed9cf8f24aeec88a2797cdae6d458f9.zip
Merge pull request #17081 from gps035/patch-1
Correct presented class for outline buttons
Diffstat (limited to 'docs')
-rw-r--r--docs/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index d97c3a4e4..893d04df2 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -57,7 +57,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
## Outline buttons
-In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-outline-*` ones to remove all background images and colors on any button.
+In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-*-outline` ones to remove all background images and colors on any button.
{% example html %}
<button type="button" class="btn btn-primary-outline">Primary</button>