removed the button x because it caused some finnicky garbage where the alerts stayed closed

This commit is contained in:
Ken Johnson
2013-05-20 16:56:44 -04:00
parent 5fd72fcd6f
commit 2ec81eb0de
-6
View File
@@ -3,9 +3,6 @@
<div class="row-fluid">
<div class="span12">
<div id="success" style="display: none;" class="alert alert-block alert-success fade in">
<button data-dismiss="alert" class="close" type="button">
×
</button>
<h4 class="alert-heading">
Success!
</h4>
@@ -18,9 +15,6 @@
<div class="row-fluid">
<div class="span12">
<div id="failure" style="display: none;" class="alert alert-block alert-error fade in">
<button data-dismiss="alert" class="close" type="button">
×
</button>
<h4 class="alert-heading">
Error!
</h4>