From: Chris Rebert Date: Wed, 25 Sep 2013 01:48:01 +0000 (-0700) Subject: add cross-reference to Input Groups in CSS Form docs; fixes #10792 X-Git-Tag: v3.0.1~36^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa03734a316e00cab283ab99d8a9e020cf9bd07;p=thirdparty%2Fbootstrap.git add cross-reference to Input Groups in CSS Form docs; fixes #10792 --- diff --git a/css.html b/css.html index 0ff495dc10..a27f5afb8e 100644 --- a/css.html +++ b/css.html @@ -1661,6 +1661,10 @@ For example, <section> should be wrapped as inline. {% highlight html %} {% endhighlight %} +
+

Input groups

+

To add integrated text or buttons before and/or after any text-based <input>, check out the input group component.

+

Textarea

Form control which supports multiple lines of text. Change rows attribute as necessary.