Make header gradient work in Opera.

This commit is contained in:
John Edmonds 2011-09-17 13:01:51 -04:00
parent d498110b3d
commit cfd174bd2c

View file

@ -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){