]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in css - buttons 13901/head
authorIlya Radchenko <ilya@burstcreations.com>
Mon, 23 Jun 2014 16:25:14 +0000 (12:25 -0400)
committerIlya Radchenko <ilya@burstcreations.com>
Mon, 23 Jun 2014 16:25:14 +0000 (12:25 -0400)
docs/_includes/css/buttons.html

index 15b0f5ed273354eb7981d65e2db056a2986bb91b..bfc5ded80f9a9df0f8eff46ed94db8fcd1c57c9e 100644 (file)
@@ -88,7 +88,7 @@
 
 
   <h2 id="buttons-active">Active state</h2>
-  <p>Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <code>&lt;button&gt;</code> elements, this is done via <code>:active</code>. For <code>&lt;a&gt;</code> elements, it's done with <code>.active</code>. However, you may use <code>.active</code> on <code>&lt;button&gt;</code>s should you need to replicate the active state progammatically.</p>
+  <p>Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <code>&lt;button&gt;</code> elements, this is done via <code>:active</code>. For <code>&lt;a&gt;</code> elements, it's done with <code>.active</code>. However, you may use <code>.active</code> on <code>&lt;button&gt;</code>s should you need to replicate the active state programmatically.</p>
 
   <h3>Button element</h3>
   <p>No need to add <code>:active</code> as it's a pseudo-class, but if you need to force the same appearance, go ahead and add <code>.active</code>.</p>