From: Jacob Thornton Date: Mon, 23 Jan 2012 04:31:58 +0000 (-0800) Subject: give default valuse for border-radius-custom X-Git-Tag: v2.0.0~6^2~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36d2679f8358f91d8a2c746e0f14b3500b73c163;p=thirdparty%2Fbootstrap.git give default valuse for border-radius-custom --- diff --git a/bootstrap.css b/bootstrap.css index d96c2277b7..c401723047 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; diff --git a/lib/mixins.less b/lib/mixins.less index 5a3952f3a4..a54f6762fb 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -137,7 +137,7 @@ -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;