fix webkit gradient

This commit is contained in:
Dmitry Fadeyev 2011-09-27 20:55:23 +01:00
parent f7d31bbc65
commit a736a7eecd

View file

@ -16,8 +16,8 @@
background: -webkit-gradient(linear, background: -webkit-gradient(linear,
left bottom, left bottom,
left top, left top,
@start, color-stop(0, @start),
@stop); color-stop(1, @stop));
background: -ms-linear-gradient(bottom, background: -ms-linear-gradient(bottom,
@start, @start,
@stop); @stop);