aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-24 19:26:58 -0700
committerMark Otto <[email protected]>2013-09-24 19:26:58 -0700
commit827fbc0a11e6920ee0b842369a5d6605ea3e4e19 (patch)
tree970713c55842a27110616f7672d8ac5109adf3d4
parent76e9d393baea6881d51b57def7b2b4f8a1a545c6 (diff)
parent2fa03734a316e00cab283ab99d8a9e020cf9bd07 (diff)
downloadbootstrap-827fbc0a11e6920ee0b842369a5d6605ea3e4e19.tar.xz
bootstrap-827fbc0a11e6920ee0b842369a5d6605ea3e4e19.zip
Merge pull request #10797 from twbs/input-groups-xref
add cross-reference to Input Groups in CSS Form docs; fixes #10792
-rw-r--r--css.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/css.html b/css.html
index 0ff495dc1..a27f5afb8 100644
--- a/css.html
+++ b/css.html
@@ -1661,6 +1661,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% highlight html %}
<input type="text" class="form-control" placeholder="Text input">
{% endhighlight %}
+ <div class="bs-callout bs-callout-info">
+ <h4>Input groups</h4>
+ <p>To add integrated text or buttons before and/or after any text-based <code>&lt;input&gt;</code>, <a href="../components/#input-groups">check out the input group component.</a></p>
+ </div>
<h3>Textarea</h3>
<p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>