aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-07 08:34:33 -0700
committerMark Otto <[email protected]>2013-08-07 08:34:33 -0700
commitd490c35af379341a51bf853a5b46852e527e4ca7 (patch)
tree92955fde99825f7638c50b053688b55508c3fafa
parent554a476546bc2206a1b14b9024241bf87cde3c5b (diff)
parenta4638259a5f7358436ab24ef68e3589e30f18f0b (diff)
downloadbootstrap-d490c35af379341a51bf853a5b46852e527e4ca7.tar.xz
bootstrap-d490c35af379341a51bf853a5b46852e527e4ca7.zip
Merge pull request #9198 from bwhitty/3.0.0-wip
Fixed #9196 - malformed HTML in doc
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 17e1deae6..665d8cfbf 100644
--- a/css.html
+++ b/css.html
@@ -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>