1
0
Fork 0
mirror of https://github.com/Oreolek/elements.git synced 2024-04-26 05:59:18 +03:00

Added IE10 linear-gradient

This commit is contained in:
Nathan Fang 2011-09-21 21:46:51 +10:00
parent c1e12933f8
commit 3620a4f141

View file

@ -18,6 +18,9 @@
left top,
@start,
@stop);
background: -ms-linear-gradient(bottom,
@start,
@stop);
background: -moz-linear-gradient(center bottom,
@start 0%,
@stop 100%);