Skip to content
Extraits de code Groupes Projets
Valider cfd174bd rédigé par John Edmonds's avatar John Edmonds
Parcourir les fichiers

Make header gradient work in Opera.

parent d498110b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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){
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter