Skip to content

Commit

Permalink
Merge pull request twbs#17485 from psychobunny/patch-1
Browse files Browse the repository at this point in the history
Separated link not actually separated
  • Loading branch information
mdo committed Sep 6, 2015
2 parents 3293350 + a035ae2 commit 911312d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_includes/components/dropdowns.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h2 id="dropdowns-example">Example</h2>
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>
Expand Down Expand Up @@ -57,6 +58,7 @@ <h2 id="dropdowns-example">Example</h2>
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>
Expand Down

0 comments on commit 911312d

Please sign in to comment.