Make header gradient work in Opera.
This commit is contained in:
parent
d498110b3d
commit
cfd174bd2c
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ $easing: linear;
|
|||
|
||||
background-image: -webkit-gradient(linear, 0% $start, 0% $end, from($from), to($to));
|
||||
background-image: -moz-linear-gradient(top, $from $start, $to $end);
|
||||
background-image: -o-linear-gradient(top, $from $start, $to $end);
|
||||
}
|
||||
|
||||
@mixin opacity($val){
|
||||
|
|
|
|||
Loading…
Reference in a new issue