From a6253f0937a5d1f0bd18655729bff03bd5373f17 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 00:15:43 -0800 Subject: fix disabled button docs --- docs/assets/bootstrap.zip | Bin 52315 -> 52315 bytes docs/base-css.html | 4 ++-- docs/templates/pages/base-css.mustache | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c507815f6..358ac17ab 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 298312edd..90240747b 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1273,8 +1273,8 @@ For example, <code>section</code> should be wrapped as inline.

Disabled state

For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.

- Primary action - Action + Primary action + Action

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4d9533522..34ac69cd7 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1197,8 +1197,8 @@

{{_i}}Disabled state{{/i}}

{{_i}}For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.{{/i}}

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + {{_i}}Primary action{{/i}} + {{_i}}Action{{/i}}

-- cgit v1.2.3