bw-gradient fix for IE

This commit is contained in:
Dmitry Fadeyev 2012-11-24 18:08:52 +00:00
parent f74b4900a6
commit acfabcb87c

View file

@ -34,7 +34,7 @@
color-stop(1, rgb(@stop,@stop,@stop)));
background: -ms-linear-gradient(bottom,
rgb(@start,@start,@start) 0%,
rgb(@start,@start,@start) 100%);
rgb(@stop,@stop,@stop) 100%);
background: -moz-linear-gradient(center bottom,
rgb(@start,@start,@start) 0%,
rgb(@stop,@stop,@stop) 100%);