Commit f8de960c authored by Mark Otto's avatar Mark Otto

Merge branch 'master' of github.com:twbs/bootstrap

Conflicts:
	css.html
parents a0d0864b 4912f960
...@@ -1847,7 +1847,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1847,7 +1847,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</form> </form>
</div><!-- /.bs-example --> </div><!-- /.bs-example -->
{% highlight html %} {% highlight html %}
<form class="form-inline" role="form"> <form role="form">
<fieldset disabled> <fieldset disabled>
<div class="form-group"> <div class="form-group">
<label for="disabledTextInput">Disabled input</label> <label for="disabledTextInput">Disabled input</label>
......
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