From 40fddffeec58565eac698de0ed5697fde8a46130 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Mar 2012 09:38:12 -0700 Subject: improve button docs --- docs/templates/pages/base-css.mustache | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index ab9e91572..9b2964d74 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1222,44 +1222,44 @@ {{_i}}Button{{/i}} - {{_i}}Class{{/i}} + {{_i}}class=""{{/i}} {{_i}}Description{{/i}} - .btn + btn {{_i}}Standard gray button with gradient{{/i}} - .btn-primary + btn btn-primary {{_i}}Provides extra visual weight and identifies the primary action in a set of buttons{{/i}} - .btn-info + btn btn-info {{_i}}Used as an alternate to the default styles{{/i}} - .btn-success + btn btn-success {{_i}}Indicates a successful or positive action{{/i}} - .btn-warning + btn btn-warning {{_i}}Indicates caution should be taken with this action{{/i}} - .btn-danger + btn btn-danger {{_i}}Indicates a dangerous or potentially negative action{{/i}} - .btn-inverse + btn btn-inverse {{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}} -- cgit v1.2.3