Merge pull request #9198 from bwhitty/3.0.0-wip

Fixed #9196 - malformed HTML in doc
This commit is contained in:
Mark Otto 2013-08-07 08:34:33 -07:00
commit d490c35af3
1 changed files with 1 additions and 1 deletions

View File

@ -1294,7 +1294,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h3 id="forms-inline">Inline form</h2>
<h3 id="forms-inline">Inline form</h3>
<p>Add <code>.form-inline</code> for left-aligned and inline-block controls for a compact layout.</p>
<div class="bs-callout bs-callout-danger">
<h4>Requires custom widths</h4>