aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 16:53:00 -0700
committerMark Otto <[email protected]>2013-07-26 16:53:00 -0700
commite4159b53f6168f05041a10355ead9d35abd0abee (patch)
tree51021ed85f40677f5a0025e376e5710c2e127edd /css.html
parent75f5a70f7d86797913fb412ded4d2fd1c7061168 (diff)
parent7b4c40ddb542da52019476ca693520c0c8edd164 (diff)
downloadbootstrap-e4159b53f6168f05041a10355ead9d35abd0abee.tar.xz
bootstrap-e4159b53f6168f05041a10355ead9d35abd0abee.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
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 8e052a5bf..79cb6787a 100644
--- a/css.html
+++ b/css.html
@@ -1319,7 +1319,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>