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/templates | |
| parent | 997fc33af9a4cbdc078e85ee491f777d0dd2d51a (diff) | |
| download | bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.tar.xz bootstrap-7e72eb5063470a3728d612acd2cc0368aabc8664.zip | |
new tab focus style and mixin
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 649f8f456..ad6688e1e 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -391,6 +391,11 @@ <td>{{_i}}Add to any parent to clear floats within{{/i}}</td> </tr> <tr> + <td><code>.tab-focus()</code></td> + <td><em class="muted">none</em></td> + <td>{{_i}}Apply the Webkit focus style and round Firefox outline{{/i}}</td> + </tr> + <tr> <td><code>.center-block()</code></td> <td><em class="muted">none</em></td> <td>{{_i}}Auto center a block-level element using <code>margin: auto</code>{{/i}}</td> |
