Skip to content

Commit

Permalink
Merge pull request twbs#10797 from twbs/input-groups-xref
Browse files Browse the repository at this point in the history
add cross-reference to Input Groups in CSS Form docs; fixes twbs#10792
  • Loading branch information
mdo committed Sep 25, 2013
2 parents 76e9d39 + 2fa0373 commit 827fbc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css.html
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,10 @@ <h4>Type declaration required</h4>
{% 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>
Expand Down

0 comments on commit 827fbc0

Please sign in to comment.