aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-02 20:09:23 -0700
committerMark Otto <[email protected]>2014-10-02 20:09:23 -0700
commit2aedd274f2ab8acb7e1239671747f1b4a79c736d (patch)
treec3fe9a23f4af76fd55e88fb2371ff9c67844325b /docs/_includes/css
parent64a74e93547da1784240e1172fcaf4cff4385e4b (diff)
downloadbootstrap-2aedd274f2ab8acb7e1239671747f1b4a79c736d.tar.xz
bootstrap-2aedd274f2ab8acb7e1239671747f1b4a79c736d.zip
fixes #14714: don't use specific value in buttons docs
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html
index bfc5ded80..ee03c1d65 100644
--- a/docs/_includes/css/buttons.html
+++ b/docs/_includes/css/buttons.html
@@ -114,7 +114,7 @@
<h2 id="buttons-disabled">Disabled state</h2>
- <p>Make buttons look unclickable by fading them back 50%.</p>
+ <p>Make buttons look unclickable by fading them back with <code>opacity</code>.</p>
<h3>Button element</h3>
<p>Add the <code>disabled</code> attribute to <code>&lt;button&gt;</code> buttons.</p>