aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-17 20:17:56 -0700
committerMark Otto <[email protected]>2013-07-17 20:17:56 -0700
commit7cc34ea54765520b62491b53f9dfb24db6ffdfdc (patch)
tree8503b317d46ec8b6864a6583c4d420bca0e43057 /docs/css.html
parent542e03ae3a2209b87e4db999b6ea869faf9293a9 (diff)
downloadbootstrap-7cc34ea54765520b62491b53f9dfb24db6ffdfdc.tar.xz
bootstrap-7cc34ea54765520b62491b53f9dfb24db6ffdfdc.zip
fix broken docs callouts
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index e15157fba..db0ac9283 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1511,7 +1511,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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">
+ <div class="bs-callout bs-callout-info">
<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>