summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-08 10:39:00 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-08 10:39:00 -0500
commit896180f41a9627bda4946565e08c31e9bc0538e2 (patch)
tree7327cb07cf72cb17dec54a58da13c98ff681e96c
parente9fb9664dbc4206f3e65fdeedeac78428427a8a7 (diff)
add test case for alert anchor close button
-rw-r--r--tests/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/components.html b/tests/components.html
index 6deacf81..be834614 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -2200,8 +2200,8 @@
</div>
<div class="bs-example">
- <div class="alert alert-warning">
- <button type="button" class="close" data-dismiss="alert">×</button>
+ <div class="alert alert-dismissable alert-warning">
+ <a class="close" data-dismiss="alert">×</a>
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>
</div>