diff options
| author | Mark Otto <[email protected]> | 2013-06-27 18:49:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-27 18:49:05 -0700 |
| commit | 62f76ad33f5a70c21f91e729963e049547ffc391 (patch) | |
| tree | 3e611f99d09a7f658dc1e529a820aa87f7c4c557 /docs/components.html | |
| parent | f64fe29003159669404f8f5a7a20551fec263904 (diff) | |
| parent | cb483b67589df7ac3ece33303b8ce944b3ac4b0e (diff) | |
| download | bootstrap-62f76ad33f5a70c21f91e729963e049547ffc391.tar.xz bootstrap-62f76ad33f5a70c21f91e729963e049547ffc391.zip | |
Merge branch '3.0.0-wip' into bs3_remove_icons
Conflicts:
docs/components.html
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index e2a883705..ee819a244 100644 --- a/docs/components.html +++ b/docs/components.html @@ -6,7 +6,6 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na --- - <!-- Dropdowns ================================================== --> <div class="bs-docs-section" id="dropdowns"> @@ -168,6 +167,11 @@ 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.html#buttons">our buttons plugin</a>.</p> + <div class="bs-callout"> + <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> + <h3 id="btn-groups-single">Basic button group</h3> <p>Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.</p> <div class="bs-example"> @@ -628,7 +632,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na </ul> </div> {% highlight html %} -<ul class="nav nav-tabs"> +<ul class="nav nav-pills"> ... <li class="disabled"><a href="#">Disabled link</a></li> ... |
