aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-31 16:26:47 -0700
committerMark Otto <[email protected]>2011-08-31 16:26:47 -0700
commit6258832776b113b09e963680ef121b363dd8d292 (patch)
tree41f2935a7a6b36e0091977d60dd51da26a65fbc6
parented1139e838110393748ee36cea4453cc4a700fb1 (diff)
downloadbootstrap-6258832776b113b09e963680ef121b363dd8d292.tar.xz
bootstrap-6258832776b113b09e963680ef121b363dd8d292.zip
spelling mistakes and undo of one comment
-rw-r--r--docs/index.html4
-rw-r--r--lib/patterns.less2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 97b633ca5..46e2881a8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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, you’re not looking too good.</p>
+ <p><strong>Holy guacamole!</strong> Best check yo self, you’re 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, you’re 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, you’re 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>
diff --git a/lib/patterns.less b/lib/patterns.less
index bcd99cca4..219e26b3f 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -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;