diff options
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> |
