]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Example of textarea 8630/head
authorFred Delrieu <caouecs@caouecs.net>
Fri, 26 Jul 2013 22:09:27 +0000 (00:09 +0200)
committerFred Delrieu <caouecs@caouecs.net>
Fri, 26 Jul 2013 22:09:27 +0000 (00:09 +0200)
css.html

index f49e8bb918ae6eb17c8457c8154370e341ff5a0a..bcf6046dc2f1a622bd974cc6a60905815411d51e 100644 (file)
--- 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>