From a84092d2257ba8e000e2c656e6cb1b8415d0d9ac Mon Sep 17 00:00:00 2001
From: Mark Otto
Date: Sat, 11 Feb 2012 17:25:47 -0800
Subject: update buttons docs for .disabled class per #1774
---
docs/base-css.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'docs/base-css.html')
diff --git a/docs/base-css.html b/docs/base-css.html
index 2ee0f2d29..46cf982c6 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1310,15 +1310,19 @@ 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.
+
For disabled buttons, add the .disabled class to links and the disabled attribute for <button> elements.