diff options
| author | Mark Otto <[email protected]> | 2013-07-17 20:17:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 20:17:56 -0700 |
| commit | 7cc34ea54765520b62491b53f9dfb24db6ffdfdc (patch) | |
| tree | 8503b317d46ec8b6864a6583c4d420bca0e43057 | |
| parent | 542e03ae3a2209b87e4db999b6ea869faf9293a9 (diff) | |
| download | bootstrap-7cc34ea54765520b62491b53f9dfb24db6ffdfdc.tar.xz bootstrap-7cc34ea54765520b62491b53f9dfb24db6ffdfdc.zip | |
fix broken docs callouts
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/css.html | 2 | ||||
| -rw-r--r-- | docs/javascript.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html index 365eeb0d6..5cc3a1e28 100644 --- a/docs/components.html +++ b/docs/components.html @@ -78,7 +78,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na </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/#js-buttons">our buttons plugin</a>.</p> - <div class="bs-callout"> + <div class="bs-callout bs-callout-info"> <h4>Tooltips & 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> 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><section></code> should be wrapped as inline. <h4>Cross-browser compatibility</h4> <p>Avoid using <code><select></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 & 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> 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) { </ul> </div><!-- /example --> - <div class="bs-callout"> + <div class="bs-callout bs-callout-info"> <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> @@ -885,7 +885,7 @@ $('#example').tooltip(options) <h4>Plugin dependency</h4> <p>Popovers require the <a href="#tooltips">tooltip plugin</a> to be included in your version of Bootstrap.</p> </div> - <div class="bs-callout"> + <div class="bs-callout bs-callout-info"> <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> |
