Skip to content

Commit

Permalink
Merge pull request #10209 from clbn/master
Browse files Browse the repository at this point in the history
Fixes #10207: alert-dismissable example requires contextual class
  • Loading branch information
mdo committed Aug 27, 2013
2 parents 4d0b895 + f8dc185 commit 1f16e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2209,13 +2209,13 @@ <h4>No default class</h4>
<h2 id="alerts-dismissable">Dismissable alerts</h2>
<p>Build on any alert by adding an optional <code>.alert-dismissable</code> and close button.</p>
<div class="bs-example">
<div class="alert alert-dismissable">
<div class="alert alert-warning alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
</div>
{% highlight html %}
<div class="alert alert-dismissable">
<div class="alert alert-warning alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
Expand Down

0 comments on commit 1f16e21

Please sign in to comment.