mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Merge pull request #8630 from caouecs/patch-1
Fix example of textarea in css.html
This commit is contained in:
@@ -1323,7 +1323,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<textarea class="form-control" rows="3"></textarea>
|
<textarea class="form-control" rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<textarea rows="3"></textarea>
|
<textarea class="form-control" rows="3"></textarea>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3>Checkboxes and radios</h3>
|
<h3>Checkboxes and radios</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user