fix webkit gradient
This commit is contained in:
parent
f7d31bbc65
commit
a736a7eecd
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue