Merge pull request #2001 from johnedmonds/master

Opera header gradient
This commit is contained in:
Dan Hansen 2011-09-17 10:12:11 -07:00
commit 746cb746b3

View file

@ -71,6 +71,7 @@ $easing: linear;
background-image: -webkit-gradient(linear, 0% $start, 0% $end, from($from), to($to)); 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: -moz-linear-gradient(top, $from $start, $to $end);
background-image: -o-linear-gradient(top, $from $start, $to $end);
} }
@mixin opacity($val){ @mixin opacity($val){