1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Merge branch '2.1.0-wip' of https://github.com/tobz/bootstrap into tobz-2.1.0-wip

This commit is contained in:
Mark Otto
2012-08-17 16:04:35 -07:00
3 changed files with 4 additions and 3 deletions

View File

@@ -967,7 +967,7 @@ For example, <code>section</code> should be wrapped as inline.
</pre>
<h3>Textarea</h3>
<p>Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.</p>
<p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>
<form class="bs-docs-example form-inline">
<textarea rows="3"></textarea>
</form>