From: Igor Tarasov Date: Tue, 16 Feb 2016 05:20:44 +0000 (+0300) Subject: Fix docs for new naming of .btn-outline X-Git-Tag: v4.0.0-alpha.3~243^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c27ff124c35b22a7c7fb09a9558cff72db54f1a3;p=thirdparty%2Fbootstrap.git Fix docs for new naming of .btn-outline This one was overlooked at edit See #17719 and #19199 --- diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 391c963116..42841807f3 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -61,7 +61,7 @@ When using button classes on `` 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 %}