]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct presented class for outline buttons 17081/head
authorgps035 <gps035@gmail.com>
Wed, 19 Aug 2015 22:17:19 +0000 (23:17 +0100)
committergps035 <gps035@gmail.com>
Wed, 19 Aug 2015 22:17:19 +0000 (23:17 +0100)
docs/components/buttons.md

index d97c3a4e41307738f649334e128dceb2014c915e..893d04df24ed50868748c44b400dec0a519863b5 100644 (file)
@@ -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>