diff --git a/bootstrap.css b/bootstrap.css index 49164fa53..4e5055c1b 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Dec 11 01:57:49 PST 2011 + * Date: Sun Dec 11 02:07:42 PST 2011 */ html, body { margin: 0; diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9324f9990..7c1e65942 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -382,7 +382,6 @@ h2 + table { max-width: 300px; margin: 0 auto 18px; } - } diff --git a/docs/base-css.html b/docs/base-css.html index 811bb01bd..209897402 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -990,40 +990,34 @@
| Name | -Preview | +Button | Class | Description |
|---|---|---|---|---|
| Default | -Button | +Default | .btn |
Standard gray button with gradient |
| Primary | -Button | +Primary | .primary |
Makes button blue for more visual weight to indicate the primary action in a set of buttons |
| Info | -Button | +Info | .info |
Used as an alternate to the default styles |
| Success | -Button | +Success | .success |
Used to indicate a successful or positive action will be taken |
| Danger | -Button | +Danger | .danger |
Used to indicate a dangerous or potentially negative action will be taken |