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,
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue