Skip to content

Commit

Permalink
fix styling of alert-dismissable example
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Aug 27, 2013
1 parent 32c0399 commit b3a23fa
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 @@ -2243,13 +2243,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-warning alert-dismissable">
<div class="alert alert-warning alert-dismissable alert-warning">
<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-warning alert-dismissable">
<div class="alert alert-warning alert-dismissable alert-warning">
<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

1 comment on commit b3a23fa

@cvrebert
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jesus, I didn't drink enough coffee nor notice #10209.

Please sign in to comment.