Skip to content

Commit

Permalink
Merge pull request twbs#15887 from StevenBlack/headings-labels
Browse files Browse the repository at this point in the history
docs>components>labels headings
  • Loading branch information
mdo committed Feb 25, 2015
2 parents 7e0b801 + 3e2dee6 commit 2457b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/components/labels.html
Original file line number Diff line number Diff line change
@@ -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 @@ <h6>Example heading <span class="label label-default">New</span></h6>
<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>

0 comments on commit 2457b40

Please sign in to comment.