aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-14 21:01:09 -0800
committerChris Rebert <[email protected]>2014-01-14 21:01:09 -0800
commit2ba15c375067aa23e6876caba1bc5a2313ca793b (patch)
treef153c9548367c8d4736dadca403ab7e41d84f6ea /docs/components.html
parent5ead87d519682c68b18bf796273da70a32b68a96 (diff)
downloadbootstrap-2ba15c375067aa23e6876caba1bc5a2313ca793b.tar.xz
bootstrap-2ba15c375067aa23e6876caba1bc5a2313ca793b.zip
upgrade tooltip/popover-in-groups callout from info to warning
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 4caa9e6f2..93d24238b 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -185,7 +185,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
</div>
<p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p>
- <div class="bs-callout bs-callout-info">
+ <div class="bs-callout bs-callout-warning">
<h4>Tooltips &amp; popovers in button groups require special setting</h4>
<p>When using tooltips or popovers on elements within a <code>.btn-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
</div>
@@ -755,7 +755,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<h4>Cross-browser compatibility</h4>
<p>Avoid using <code>&lt;select&gt;</code> elements here as they cannot be fully styled in WebKit browsers.</p>
</div>
- <div class="bs-callout bs-callout-info">
+ <div class="bs-callout bs-callout-warning">
<h4>Tooltips &amp; popovers in input groups require special setting</h4>
<p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
</div>