mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
update mixins to use slightly diff variables within some parametric mixins
This commit is contained in:
parent
b6b7d1343b
commit
0db2d45350
6
bootstrap.css
vendored
6
bootstrap.css
vendored
@ -6,11 +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.
|
||||||
<<<<<<< HEAD
|
* Date: Wed Jan 25 15:04:24 PST 2012
|
||||||
* Date: Wed Jan 25 12:03:47 PST 2012
|
|
||||||
=======
|
|
||||||
* Date: Wed Jan 25 11:49:21 PST 2012
|
|
||||||
>>>>>>> 04f84997c18f2f132c8173f728f72b6b7aef52d1
|
|
||||||
*/
|
*/
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
|
@ -304,7 +304,7 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down, gets no color-stop at all for proper fallback
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down, gets no color-stop at all for proper fallback
|
||||||
}
|
}
|
||||||
.radial(@centerColor: #555, @outsideColor: #333) {
|
.radial(@innerColor: #555, @outerColor: #333) {
|
||||||
background-color: @outsideColor;
|
background-color: @outsideColor;
|
||||||
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@centerColor), to(@outsideColor));
|
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(@centerColor), to(@outsideColor));
|
||||||
background-image: -webkit-radial-gradient(circle, @centerColor, @outsideColor);
|
background-image: -webkit-radial-gradient(circle, @centerColor, @outsideColor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user