2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix broken docs callouts

This commit is contained in:
Mark Otto
2013-07-17 20:17:56 -07:00
parent 542e03ae3a
commit 7cc34ea547
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>