Merge branch 'master' of git://github.com/diaspora/diaspora

This commit is contained in:
Jordi Mallach 2011-09-17 21:51:13 +02:00
commit 5bd32af4bd

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