aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorFred Delrieu <[email protected]>2013-07-27 00:09:27 +0200
committerFred Delrieu <[email protected]>2013-07-27 00:09:27 +0200
commit4ca3e3677a763b4a31d4ecc26212381316c8390e (patch)
tree7e0e1283c9e24478a5bd914a0afb7abc8ca16970 /css.html
parent444973e54d56b7d722978ea398f2910fbbfe6b69 (diff)
downloadbootstrap-4ca3e3677a763b4a31d4ecc26212381316c8390e.tar.xz
bootstrap-4ca3e3677a763b4a31d4ecc26212381316c8390e.zip
Example of textarea
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index f49e8bb91..bcf6046dc 100644
--- a/css.html
+++ b/css.html
@@ -1323,7 +1323,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<textarea class="form-control" rows="3"></textarea>
</form>
{% highlight html %}
-<textarea rows="3"></textarea>
+<textarea class="form-control" rows="3"></textarea>
{% endhighlight %}
<h3>Checkboxes and radios</h3>