mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
give default valuse for border-radius-custom
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user