Skip to content

Commit

Permalink
Revert "fix styling of alert-dismissable example"
Browse files Browse the repository at this point in the history
This reverts commit b3a23fa.
  • Loading branch information
cvrebert committed Aug 28, 2013
1 parent 73f1084 commit 5c7d339
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 alert-warning">
<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-warning alert-dismissable alert-warning">
<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 5c7d339

Please sign in to comment.