diff options
| author | Chris Rebert <[email protected]> | 2016-02-15 23:07:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-15 23:07:15 -0800 |
| commit | 82d5f4bf561c0085a1c8097ad4fd1a61585efe23 (patch) | |
| tree | 4fb4a3c37e7265b4687c055892ffefa49809f1b8 | |
| parent | 35b9c2283be6fdad45c0e73018167d699a85c7d4 (diff) | |
| parent | c27ff124c35b22a7c7fb09a9558cff72db54f1a3 (diff) | |
| download | bootstrap-82d5f4bf561c0085a1c8097ad4fd1a61585efe23.tar.xz bootstrap-82d5f4bf561c0085a1c8097ad4fd1a61585efe23.zip | |
Merge pull request #19204 from TiGR/patch-1
Fix docs for new naming of .btn-outline
[skip sauce]
| -rw-r--r-- | docs/components/buttons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 391c96311..42841807f 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -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> |
