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:26:19 +0400
committerChris Rebert <code@rebertia.com>2014-01-15 09:26:19 +0400
commit9ebd8d39a9d5853dd66ebed9a5f17e327e99f3ac (patch)
tree2af2091e9deef5b4b48f3ea5ed7e873f2acf0807 /docs/css.html
parent5ead87d519682c68b18bf796273da70a32b68a96 (diff)
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 d8d6b8bb5b..315e8249ae 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>