aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-26 15:14:08 -0700
committerChris Rebert <[email protected]>2013-07-26 15:14:08 -0700
commit7b4c40ddb542da52019476ca693520c0c8edd164 (patch)
treef3d3fccbe9920e964353045bc039f666967595e5 /css.html
parentc75f3748e8b04c6147c04b03bfb9923739046c7b (diff)
parent4ca3e3677a763b4a31d4ecc26212381316c8390e (diff)
downloadbootstrap-7b4c40ddb542da52019476ca693520c0c8edd164.tar.xz
bootstrap-7b4c40ddb542da52019476ca693520c0c8edd164.zip
Merge pull request #8630 from caouecs/patch-1
Fix example of textarea in css.html
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 0401d78d0..4640786d4 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>