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:
authorMark Otto <markdotto@gmail.com>2014-01-15 09:47:24 +0400
committerMark Otto <markdotto@gmail.com>2014-01-15 09:47:24 +0400
commit1facbf6e7a32cfb1334e9c84a59c762c27f13cb5 (patch)
tree1b6340b48e7738b0d3ed02a72f83d8567e4b468e /docs/css.html
parent96031c101d64bccc47c3457f04b43b96b7f7f7b6 (diff)
parent9ebd8d39a9d5853dd66ebed9a5f17e327e99f3ac (diff)
Merge pull request #12232 from twbs/mixing-docs
clarify docs regarding non-mixable components
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html
index 643d1dc0eb..81b9e53c1f 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1580,6 +1580,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<button type="submit" class="btn btn-default">Submit</button>
</form>
{% endhighlight %}
+ <div class="bs-callout bs-callout-warning">
+ <h4>Don't mix form groups with input groups</h4>
+ <p>Do not mix form groups directly with <a href="/components/#input-groups">input groups</a>. Instead, nest the input group inside of the form group.</p>
+ </div>
<h2 id="forms-inline">Inline form</h2>