diff options
| author | Mark Otto <[email protected]> | 2012-01-27 18:33:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 18:33:25 -0800 |
| commit | 7e72eb5063470a3728d612acd2cc0368aabc8664 (patch) | |
| tree | f35f14b46c7a7f11432081179c24cad5b2c78280 /docs/less.html | |
| parent | 997fc33af9a4cbdc078e85ee491f777d0dd2d51a (diff) | |
| download | bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.tar.xz bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.zip | |
new tab focus style and mixin
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/less.html b/docs/less.html index 8e3e8e655..72ce452ba 100644 --- a/docs/less.html +++ b/docs/less.html @@ -456,6 +456,11 @@ <td>Add to any parent to clear floats within</td> </tr> <tr> + <td><code>.tab-focus()</code></td> + <td><em class="muted">none</em></td> + <td>Apply the Webkit focus style and round Firefox outline</td> + </tr> + <tr> <td><code>.center-block()</code></td> <td><em class="muted">none</em></td> <td>Auto center a block-level element using <code>margin: auto</code></td> |
