diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e081f80dff..742eceea93 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ 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}}