]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed a syntax error preventing less compilation with dotless 51/head
authorDaniel Hoelbling <tigraine@tigraine.at>
Mon, 22 Aug 2011 07:36:35 +0000 (09:36 +0200)
committerDaniel Hoelbling <tigraine@tigraine.at>
Mon, 22 Aug 2011 07:36:35 +0000 (09:36 +0200)
lib/patterns.less

index 6f561a84427f83e8fae14a3b12d41174f641cfff..50471daa0ccdd60ad521c748b3fab7b9e176377f 100644 (file)
     border: 1px solid #ddd;
     border: 1px solid rgba(0,0,0,.15);
     .border-radius(3px);
-    .box-shadow(0 1px 2px rgba(0,0,0,.05);
+    .box-shadow(0 1px 2px rgba(0,0,0,.05));
     li {
       display: inline;
       a {
       margin-bottom: 0;
     }
   }
-}
\ No newline at end of file
+}