]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix docs for new naming of .btn-outline 19204/head
authorIgor Tarasov <tarasov.igor@gmail.com>
Tue, 16 Feb 2016 05:20:44 +0000 (08:20 +0300)
committerIgor Tarasov <tarasov.igor@gmail.com>
Tue, 16 Feb 2016 05:20:44 +0000 (08:20 +0300)
This one was overlooked at edit

See #17719 and #19199

docs/components/buttons.md

index 391c963116aa8a91f5249442b4c6027a35e1e840..42841807f3903a1301ebb9ec84759d62ee668213 100644 (file)
@@ -61,7 +61,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-outline-primary">Primary</button>