diff options
| author | Mark Otto <[email protected]> | 2014-01-14 21:47:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-14 21:47:24 -0800 |
| commit | 1facbf6e7a32cfb1334e9c84a59c762c27f13cb5 (patch) | |
| tree | 1b6340b48e7738b0d3ed02a72f83d8567e4b468e /docs/css.html | |
| parent | 96031c101d64bccc47c3457f04b43b96b7f7f7b6 (diff) | |
| parent | 9ebd8d39a9d5853dd66ebed9a5f17e327e99f3ac (diff) | |
| download | bootstrap-1facbf6e7a32cfb1334e9c84a59c762c27f13cb5.tar.xz bootstrap-1facbf6e7a32cfb1334e9c84a59c762c27f13cb5.zip | |
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.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html index 643d1dc0e..81b9e53c1 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1580,6 +1580,10 @@ For example, <code><section></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> |
