]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add cross-reference to Input Groups in CSS Form docs; fixes #10792 10797/head
authorChris Rebert <code@rebertia.com>
Wed, 25 Sep 2013 01:48:01 +0000 (18:48 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 25 Sep 2013 01:48:38 +0000 (18:48 -0700)
css.html

index 0ff495dc10c828f1117970c2373d340875a36ae6..a27f5afb8e6a9b6ae0dc4bf760aa925521151e9f 100644 (file)
--- 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>