]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
give default valuse for border-radius-custom
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 23 Jan 2012 04:31:58 +0000 (20:31 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 23 Jan 2012 04:31:58 +0000 (20:31 -0800)
bootstrap.css
lib/mixins.less

index d96c2277b7afb8407e77751da57641a002b21040..c4017230474136d227cbbbbd86314e1a1cfbf918 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: Sun Jan 22 20:11:39 PST 2012
+ * Date: Sun Jan 22 20:31:51 PST 2012
  */
 html, body {
   margin: 0;
index 5a3952f3a4196e61e1d1150dc588785a78d4ef2e..a54f6762fbe034ae582d64c8f7e52f818c4b7c1d 100644 (file)
      -moz-border-radius: @radius;
           border-radius: @radius;
 }
-.border-radius-custom(@topLeft, @topRight, @bottomRight, @bottomLeft) {
+.border-radius-custom(@topLeft: 0, @topRight: 0, @bottomRight: 0, @bottomLeft: 0) {
   -webkit-border-top-left-radius: @topLeft;
       -moz-border-radius-topleft: @topLeft;
           border-top-left-radius: @topLeft;