diff options
| author | Chris Rebert <[email protected]> | 2013-07-26 15:14:08 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-26 15:14:08 -0700 |
| commit | 7b4c40ddb542da52019476ca693520c0c8edd164 (patch) | |
| tree | f3d3fccbe9920e964353045bc039f666967595e5 /css.html | |
| parent | c75f3748e8b04c6147c04b03bfb9923739046c7b (diff) | |
| parent | 4ca3e3677a763b4a31d4ecc26212381316c8390e (diff) | |
| download | bootstrap-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.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> |
