aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:31:58 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:31:58 -0800
commit36d2679f8358f91d8a2c746e0f14b3500b73c163 (patch)
tree990e06ba8a27a78ff5c83e9774a44f04fdf45c07 /lib
parent36d56fb1ba803358e8244189fbef883290af87d0 (diff)
downloadbootstrap-36d2679f8358f91d8a2c746e0f14b3500b73c163.tar.xz
bootstrap-36d2679f8358f91d8a2c746e0f14b3500b73c163.zip
give default valuse for border-radius-custom
Diffstat (limited to 'lib')
-rw-r--r--lib/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixins.less b/lib/mixins.less
index 5a3952f3a..a54f6762f 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;