From 40fddffeec58565eac698de0ed5697fde8a46130 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Mar 2012 09:38:12 -0700 Subject: [PATCH] improve button docs --- docs/assets/bootstrap.zip | Bin 55526 -> 55526 bytes docs/base-css.html | 16 ++++++++-------- docs/templates/pages/base-css.mustache | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e081f80dff1851c57bfc00891f97d711e8b5d3d3..742eceea933a154d9920aca063105284c6aa9db4 100644 GIT binary patch delta 470 zcmaF1k@?w1W}X0VW)?065a{rk$fKzIUp3C3Q7z8Dw1S&~k>x8R0|Sc)P!dI1fGRr! zPzg}k#2P6kpuQQlU;&`u#yguifg+P9ayi0;Hs9nju&kO_I!6#^g=UUb{S#dLbA1eiK~ zCa;*I!VdBT+=Y|h&oKbo0~Fb;HaAicq^fbB2~5@IJ^Ln$f=mm%q7Sljvi)_j$^F;Z zKtc47^+)Djyy}3=HM-^kZdC%>O#0JaAxvRQ3zq#{UF<31CZs?B@$O%?^27I;M;Wani2>td7p zud#uYExcmP4D=aLNCw3Hdc_-=n|Re9nS1f712Wg>nhTT*F%D?M!YeY9H(wKn+9Ct8 m^!2qsWNz$rZ*(`Dyl%t{bUMrpGB@myZK=ND1eQH;Lk$3W__sU& diff --git a/docs/base-css.html b/docs/base-css.html index 739b9fa4aa..d44b658913 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1298,44 +1298,44 @@ For example, <code>section</code> should be wrapped as inline. Button - Class + class="" Description - .btn + btn Standard gray button with gradient - .btn-primary + btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons - .btn-info + btn btn-info Used as an alternate to the default styles - .btn-success + btn btn-success Indicates a successful or positive action - .btn-warning + btn btn-warning Indicates caution should be taken with this action - .btn-danger + btn btn-danger Indicates a dangerous or potentially negative action - .btn-inverse + btn btn-inverse Alternate dark gray button, not tied to a semantic action or use diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index ab9e91572a..9b2964d740 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}}