]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #14714: don't use specific value in buttons docs
authorMark Otto <markdotto@gmail.com>
Fri, 3 Oct 2014 03:09:23 +0000 (20:09 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 3 Oct 2014 03:09:23 +0000 (20:09 -0700)
docs/_includes/css/buttons.html

index bfc5ded80f9a9df0f8eff46ed94db8fcd1c57c9e..ee03c1d6571d972a22582376acaae50dc85571fc 100644 (file)
 
 
   <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>