diff options
| author | fat <[email protected]> | 2013-07-17 20:30:09 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-17 20:30:09 -0700 |
| commit | 0f64c21049dc5f3f184ec28bdab770f5c4ad594e (patch) | |
| tree | 8c78494a76a41b0d14a87eb46bbabb1e44459b1b /docs/javascript.html | |
| parent | 392bf0c9c9086f2428c12ed5d9efa9b08a8cdb42 (diff) | |
| parent | bfebf0e490c795601220f74b7089adb4f47acda7 (diff) | |
| download | bootstrap-0f64c21049dc5f3f184ec28bdab770f5c4ad594e.tar.xz bootstrap-0f64c21049dc5f3f184ec28bdab770f5c4ad594e.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
