aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-23 10:39:08 -0700
committerMark Otto <[email protected]>2014-06-23 10:39:08 -0700
commite033c5be299b02d8c6d0afc2eb5dfef09bb30a0b (patch)
tree077e74308791ed3f953731ec41ad61620c46b008
parentdf7cfe86525252034cf85a365d09a4c2485116b4 (diff)
parente05a4f6ac5bde111eaf2614fbf37cb9f1aca5e9a (diff)
downloadbootstrap-e033c5be299b02d8c6d0afc2eb5dfef09bb30a0b.tar.xz
bootstrap-e033c5be299b02d8c6d0afc2eb5dfef09bb30a0b.zip
Merge branch 'master' of github.com:twbs/bootstrap
-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 15b0f5ed2..bfc5ded80 100644
--- a/docs/_includes/css/buttons.html
+++ b/docs/_includes/css/buttons.html
@@ -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>