Added IE10 linear-gradient
This commit is contained in:
parent
c1e12933f8
commit
3620a4f141
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
left top,
|
left top,
|
||||||
@start,
|
@start,
|
||||||
@stop);
|
@stop);
|
||||||
|
background: -ms-linear-gradient(bottom,
|
||||||
|
@start,
|
||||||
|
@stop);
|
||||||
background: -moz-linear-gradient(center bottom,
|
background: -moz-linear-gradient(center bottom,
|
||||||
@start 0%,
|
@start 0%,
|
||||||
@stop 100%);
|
@stop 100%);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue