]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
missing parantheses
authorMark Otto <markdotto@gmail.com>
Sat, 31 Dec 2011 00:01:29 +0000 (16:01 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 31 Dec 2011 00:01:29 +0000 (16:01 -0800)
bootstrap.css
lib/forms.less

index 1d0a29b51922e2d81e4867f5b61e6a4434691270..8e2ce41f3b4041e3c0f7397ef14b762b387d12d8 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Dec 27 17:38:27 CST 2011
+ * Date: Fri Dec 30 16:01:05 PST 2011
  */
 html, body {
   margin: 0;
index 5293d780abeae419e95c0da0b5285134c7164178..ededc772edc12b22abb34026740aef80a2a02454 100644 (file)
@@ -220,7 +220,7 @@ textarea[readonly] {
     border-color: @borderColor;
     &:focus {
       border-color: darken(@borderColor, 10%);
-      .box-shadow(0 0 6px lighten(@borderColor, 20%);
+      .box-shadow(0 0 6px lighten(@borderColor, 20%));
     }
   }
   // Give a small background color for input-prepend/-append