diff options
| author | Fred Delrieu <[email protected]> | 2013-07-27 00:09:27 +0200 |
|---|---|---|
| committer | Fred Delrieu <[email protected]> | 2013-07-27 00:09:27 +0200 |
| commit | 4ca3e3677a763b4a31d4ecc26212381316c8390e (patch) | |
| tree | 7e0e1283c9e24478a5bd914a0afb7abc8ca16970 /css.html | |
| parent | 444973e54d56b7d722978ea398f2910fbbfe6b69 (diff) | |
| download | bootstrap-4ca3e3677a763b4a31d4ecc26212381316c8390e.tar.xz bootstrap-4ca3e3677a763b4a31d4ecc26212381316c8390e.zip | |
Example of textarea
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1323,7 +1323,7 @@ For example, <code><section></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> |
