diff options
| author | Mark Otto <[email protected]> | 2013-07-26 16:53:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 16:53:00 -0700 |
| commit | e4159b53f6168f05041a10355ead9d35abd0abee (patch) | |
| tree | 51021ed85f40677f5a0025e376e5710c2e127edd /css.html | |
| parent | 75f5a70f7d86797913fb412ded4d2fd1c7061168 (diff) | |
| parent | 7b4c40ddb542da52019476ca693520c0c8edd164 (diff) | |
| download | bootstrap-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1319,7 +1319,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> |
