Skip to content

Commit

Permalink
Fixes #10207: alert-dismissable example requires contextual class
Browse files Browse the repository at this point in the history
  • Loading branch information
clbn committed Aug 27, 2013
1 parent f811c1b commit f8dc185
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 f8dc185

Please sign in to comment.