diff options
| author | Mark Otto <[email protected]> | 2015-01-18 13:39:50 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-18 13:39:50 -0800 |
| commit | 06c00d559135bd79024b3f6c92d7f77bc50cab6a (patch) | |
| tree | 90a8790e4a27cbc16753021874065e983e240c88 /docs | |
| parent | db8eeaa17a023d547646c33449b7b86d7efa36f3 (diff) | |
| parent | 161eac4fd71693a8a98a132645cfe325c04aa02c (diff) | |
| download | bootstrap-06c00d559135bd79024b3f6c92d7f77bc50cab6a.tar.xz bootstrap-06c00d559135bd79024b3f6c92d7f77bc50cab6a.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/popovers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 56d8ce8b1..7e96464d6 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -126,10 +126,10 @@ sagittis lacus vel augue laoreet rutrum faucibus."> <p>For proper cross-browser and cross-platform behavior, you must use the <code><a></code> tag, <i>not</i> the <code><button></code> tag, and you also must include a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#tabindex"><code>tabindex</code></a> attribute.</p> </div> <div class="bs-example" style="padding-bottom: 24px;"> - <a href="#" tabindex="0" class="btn btn-lg btn-danger bs-docs-popover" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a> + <a tabindex="0" class="btn btn-lg btn-danger bs-docs-popover" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a> </div> {% highlight html %} -<a href="#" tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a> +<a tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a> {% endhighlight %} |
