From 743717fbcee8bdd2db14944b74698cb3e3c6c74c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Aug 2015 23:45:36 -0700 Subject: really fix those outline buttons --- docs/components/buttons.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/components') diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 95e3a14c2..e1244fe8b 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -56,14 +56,14 @@ 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? Add the `.btn-outline` modifier class 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 %} - - - - - + + + + + {% endexample %} -- cgit v1.2.3