bw-gradient fix for IE
This commit is contained in:
parent
f74b4900a6
commit
acfabcb87c
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue