diff options
| author | Chris Rebert <[email protected]> | 2014-06-26 10:51:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-26 10:51:07 -0700 |
| commit | 43b7a942bc4eb2307353dcf32e7c245664546afc (patch) | |
| tree | 0f890dabf2e8d3fcc158ea723da3a45a994d7c48 /docs/_includes/js | |
| parent | c068162161154a4b85110ea1e7dd3d7897ce2b72 (diff) | |
| download | bootstrap-43b7a942bc4eb2307353dcf32e7c245664546afc.tar.xz bootstrap-43b7a942bc4eb2307353dcf32e7c245664546afc.zip | |
fix class names in popover live examples in docs
Diffstat (limited to 'docs/_includes/js')
| -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 db3cf0e59..03bea643a 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -73,8 +73,8 @@ {% endhighlight %} <h4>Four directions</h4> - <div class="bs-example tooltip-demo"> - <div class="bs-example-tooltips"> + <div class="bs-example popover-demo"> + <div class="bs-example-popovers"> <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on left </button> |
