spelling mistakes and undo of one comment

This commit is contained in:
Mark Otto 2011-08-31 16:26:47 -07:00
parent ed1139e838
commit 6258832776
2 changed files with 3 additions and 3 deletions

View File

@ -1103,7 +1103,7 @@
<div class="span12 columns">
<div class="alert-message warning">
<a class="close" href="#">&times;</a>
<p><strong>Holy gaucamole!</strong> Best check yo self, youre not looking too good.</p>
<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>
</div>
<div class="alert-message error">
<a class="close" href="#">&times;</a>
@ -1129,7 +1129,7 @@
<div class="span12 columns">
<div class="alert-message block-message warning">
<a class="close" href="#">&times;</a>
<p><strong>Holy gaucamole! This is a warning!</strong> Best check yo self, youre not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, youre not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<div class="alert-actions">
<a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
</div>

View File

@ -745,7 +745,7 @@ input[type=submit].btn {
.inner {
background-color: #333;
background-color: rgba(0,0,0,.8);
*background-color: #333; // IE 6-7
*background-color: #333; /* IE 6-7 */
padding: 3px;
overflow: hidden;
width: 280px;