Skip to content

Commit

Permalink
Added IE10 linear-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
nfang committed Sep 21, 2011
1 parent 3620a4f commit 5792756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elements.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
left top,
color-stop(0, rgb(@start,@start,@start)),
color-stop(1, rgb(@stop,@stop,@stop)));
background: -ms-linear-gradient(bottom,
rgb(@start,@start,@start) 0%,
rgb(@start,@start,@start) 100%);
background: -moz-linear-gradient(center bottom,
rgb(@start,@start,@start) 0%,
rgb(@stop,@stop,@stop) 100%);
Expand Down

0 comments on commit 5792756

Please sign in to comment.