]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken docs callouts
authorMark Otto <otto@github.com>
Thu, 18 Jul 2013 03:17:56 +0000 (20:17 -0700)
committerMark Otto <otto@github.com>
Thu, 18 Jul 2013 03:17:56 +0000 (20:17 -0700)
docs/components.html
docs/css.html
docs/javascript.html

index 365eeb0d6b2639cdc0c07f0451e9e678e8049108..5cc3a1e2809e72e2a9d663d80e87b99663dc912d 100644 (file)
@@ -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 &amp; 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>
index e15157fba4cc991f7990d3adc8b060b2431ce993..db0ac9283ca2a8ce9637a2899d9b344e62e45b8c 100644 (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>
index 967d97e11c6c2f8f825c33a533e4b2751ca37eb4..af58be40f13eabb680c185ea01c7c3ce82d5adae 100644 (file)
@@ -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>