aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-14 21:46:46 -0800
committerMark Otto <[email protected]>2014-01-14 21:46:46 -0800
commit96031c101d64bccc47c3457f04b43b96b7f7f7b6 (patch)
treef8dcfce7b0bf652caf38c35500930d279f7af4aa /docs/javascript.html
parentb93ce03f19079aaf977125ba27318df0107057eb (diff)
parent488443c9ad477ebd7f3c22db5caf088faf08f31a (diff)
downloadbootstrap-96031c101d64bccc47c3457f04b43b96b7f7f7b6.tar.xz
bootstrap-96031c101d64bccc47c3457f04b43b96b7f7f7b6.zip
Merge pull request #12231 from twbs/callouts
callout severity tweaks
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index d7035d661..b568ff7a7 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -925,7 +925,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
<h4>Opt-in functionality</h4>
<p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p>
</div>
- <div class="bs-callout bs-callout-info">
+ <div class="bs-callout bs-callout-warning">
<h4>Tooltips in button groups and input groups require special setting</h4>
<p>When using tooltips on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).</p>
</div>
@@ -1110,7 +1110,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<h4>Opt-in functionality</h4>
<p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p>
</div>
- <div class="bs-callout bs-callout-info">
+ <div class="bs-callout bs-callout-warning">
<h4>Popovers in button groups and input groups require special setting</h4>
<p>When using popovers on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).</p>
</div>