From 7cc34ea54765520b62491b53f9dfb24db6ffdfdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 20:17:56 -0700 Subject: fix broken docs callouts --- docs/javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 967d97e11..af58be40f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -755,7 +755,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { -
+

Tooltips in button groups and input groups require special setting

When using tooltips on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).

@@ -885,7 +885,7 @@ $('#example').tooltip(options)

Plugin dependency

Popovers require the tooltip plugin to be included in your version of Bootstrap.

-
+

Popovers in button groups and input groups require special setting

When using popovers on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).

-- cgit v1.2.3