mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
give default valuse for border-radius-custom
This commit is contained in:
2
bootstrap.css
vendored
2
bootstrap.css
vendored
@@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* 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 {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -137,7 +137,7 @@
|
|||||||
-moz-border-radius: @radius;
|
-moz-border-radius: @radius;
|
||||||
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;
|
-webkit-border-top-left-radius: @topLeft;
|
||||||
-moz-border-radius-topleft: @topLeft;
|
-moz-border-radius-topleft: @topLeft;
|
||||||
border-top-left-radius: @topLeft;
|
border-top-left-radius: @topLeft;
|
||||||
|
Reference in New Issue
Block a user