diff options
| author | Ilya Radchenko <[email protected]> | 2014-06-23 12:25:14 -0400 |
|---|---|---|
| committer | Ilya Radchenko <[email protected]> | 2014-06-23 12:25:14 -0400 |
| commit | d4ce4dbf122158e3d0d714ac8eead0144f071d05 (patch) | |
| tree | 0b8c8195314bc32606b6721ca6b2910edf98afa2 /docs/_includes/css | |
| parent | 9da127a8e513fc653c1016646331ffa27839a992 (diff) | |
| download | bootstrap-d4ce4dbf122158e3d0d714ac8eead0144f071d05.tar.xz bootstrap-d4ce4dbf122158e3d0d714ac8eead0144f071d05.zip | |
fix typo in css - buttons
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/buttons.html | 2 |
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><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> on <code><button></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><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> on <code><button></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> |
