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,
left bottom,
left top,
@start,
@stop);
color-stop(0, @start),
color-stop(1, @stop));
background: -ms-linear-gradient(bottom,
@start,
@stop);