From: gps035 Date: Wed, 19 Aug 2015 22:17:19 +0000 (+0100) Subject: Correct presented class for outline buttons X-Git-Tag: v4.0.0-alpha.2~520^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d868eb2825aaf5a2c05183247680c2285788301e;p=thirdparty%2Fbootstrap.git Correct presented class for outline buttons --- diff --git a/docs/components/buttons.md b/docs/components/buttons.md index d97c3a4e41..893d04df24 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -57,7 +57,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 %}