Commit e4159b53 authored by Mark Otto's avatar Mark Otto

Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip

parents 75f5a70f 7b4c40dd
...@@ -1319,7 +1319,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1319,7 +1319,7 @@ For example, <code>&lt;section&gt;</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment