aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-03 12:53:52 -0700
committerChris Rebert <[email protected]>2013-09-03 12:53:52 -0700
commit1113224e97844675f92697ae6c6612bb5a2234d4 (patch)
treee173638f67120fd192c1df49dbaeb19eac8dea61 /css.html
parent488b8dad2b68c2053eb3e1b84ee624d26d8981a3 (diff)
downloadbootstrap-1113224e97844675f92697ae6c6612bb5a2234d4.tar.xz
bootstrap-1113224e97844675f92697ae6c6612bb5a2234d4.zip
minor copyedit
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 51c5319fe..0e11346be 100644
--- a/css.html
+++ b/css.html
@@ -2116,7 +2116,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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> <code>&lt;button&gt;</code>s should you need to replicate the active state progammatically.</p>
<h3>Button element</h3>
- <p>No need to add <code>:active</code> as it's a pseudo state, but if you need to force it, go ahead and add <code>.active</code>.</p>
+ <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>
<p class="bs-example">
<button type="button" class="btn btn-primary btn-lg active">Primary button</button>
<button type="button" class="btn btn-default btn-lg active">Button</button>