aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2015-02-23 21:35:37 -0500
committerSteven Black <[email protected]>2015-02-23 21:35:37 -0500
commit3e2dee6bd523a66119b7be0d01f2d24d9b9fea14 (patch)
tree9602f7f9ebd6db2de2cb96784765e566ab97252a
parent68fef8c2470be258107f5ab0d587c89ebfaaa221 (diff)
downloadbootstrap-3e2dee6bd523a66119b7be0d01f2d24d9b9fea14.tar.xz
bootstrap-3e2dee6bd523a66119b7be0d01f2d24d9b9fea14.zip
Normalized the heading hierarchy in the documentation for the Labels component.
-rw-r--r--docs/_includes/components/labels.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/labels.html b/docs/_includes/components/labels.html
index ef85cc67d..de742caff 100644
--- a/docs/_includes/components/labels.html
+++ b/docs/_includes/components/labels.html
@@ -1,7 +1,7 @@
<div class="bs-docs-section">
<h1 id="labels" class="page-header">Labels</h1>
- <h3>Example</h3>
+ <h2>Example</h2>
<div class="bs-example" data-example-id="labels-in-headings">
<h1>Example heading <span class="label label-default">New</span></h1>
<h2>Example heading <span class="label label-default">New</span></h2>
@@ -14,7 +14,7 @@
<h3>Example heading <span class="label label-default">New</span></h3>
{% endhighlight %}
- <h3>Available variations</h3>
+ <h2>Available variations</h2>
<p>Add any of the below mentioned modifier classes to change the appearance of a label.</p>
<div class="bs-example" data-example-id="label-variants">
<span class="label label-default">Default</span>