aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-26 10:51:07 -0700
committerChris Rebert <[email protected]>2014-06-26 10:51:07 -0700
commit43b7a942bc4eb2307353dcf32e7c245664546afc (patch)
tree0f890dabf2e8d3fcc158ea723da3a45a994d7c48 /docs/_includes
parentc068162161154a4b85110ea1e7dd3d7897ce2b72 (diff)
downloadbootstrap-43b7a942bc4eb2307353dcf32e7c245664546afc.tar.xz
bootstrap-43b7a942bc4eb2307353dcf32e7c245664546afc.zip
fix class names in popover live examples in docs
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/popovers.html4
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>