aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorgps035 <[email protected]>2015-08-19 23:17:19 +0100
committergps035 <[email protected]>2015-08-19 23:17:19 +0100
commitd868eb2825aaf5a2c05183247680c2285788301e (patch)
treede7be8fbd88d982419ad44c75798129d373b4de3 /docs/components
parent43a6765fbe616413c7b73adc2ec63257f5048846 (diff)
downloadbootstrap-d868eb2825aaf5a2c05183247680c2285788301e.tar.xz
bootstrap-d868eb2825aaf5a2c05183247680c2285788301e.zip
Correct presented class for outline buttons
Diffstat (limited to 'docs/components')
-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>