Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-01-15 09:02:56 +0400
committerChris Rebert <code@rebertia.com>2014-01-15 09:02:56 +0400
commit76e226b136c27e164a9864ad7690d0705a2906fb (patch)
tree5e493be73135342522d7c68ff430f0a537c2d99b /docs/components.html
parent811639c4528d9b6f96f4800a807cf8769fa765fc (diff)
upgrade form-group + input-group callout from info to warning
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index c962198348..a400d216dc 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -759,7 +759,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<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>
- <div class="bs-callout bs-callout-info">
+ <div class="bs-callout bs-callout-warning">
<h4>Don't mix with other components</h4>
<p>Do not mix form group or grid column classes directly with input groups.</p>
</div>