diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-08 10:39:00 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-08 10:39:00 -0500 |
commit | 896180f41a9627bda4946565e08c31e9bc0538e2 (patch) | |
tree | 7327cb07cf72cb17dec54a58da13c98ff681e96c /tests | |
parent | e9fb9664dbc4206f3e65fdeedeac78428427a8a7 (diff) |
add test case for alert anchor close button
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 4 |
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> |