diff options
| author | Mark Otto <[email protected]> | 2013-09-03 15:50:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 15:50:44 -0700 |
| commit | 171fc396ac1774c121154f5994dea5834496d196 (patch) | |
| tree | bf6327e79bf9b524f589e94d8953c56d8d3c35a3 /css.html | |
| parent | 0a78e7907d4082452e2bd41a0adf87ab3807675d (diff) | |
| parent | 1113224e97844675f92697ae6c6612bb5a2234d4 (diff) | |
| download | bootstrap-171fc396ac1774c121154f5994dea5834496d196.tar.xz bootstrap-171fc396ac1774c121154f5994dea5834496d196.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2116,7 +2116,7 @@ For example, <code><section></code> should be wrapped as inline. <p>Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <code><button></code> elements, this is done via <code>:active</code>. For <code><a></code> elements, it's done with <code>.active</code>. However, you may use <code>.active</code> <code><button></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 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> |
