Commit c0e622eae2f4b940b8488cf5f5e76d34034ae82a
1 parent
ec01fa29
Exists in
master
and in
4 other branches
fixed main menu for firefox & opera
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
... | ... | @@ -97,8 +97,8 @@ nav.main_menu { |
97 | 97 | |
98 | 98 | background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #f1f1f1), to(#dfdfdf)); |
99 | 99 | background-image: -webkit-linear-gradient(#f1f1f1 6.6%, #dfdfdf); |
100 | - background-image: -moz-linear-gradient(#f1f1f1 6.6%, #202227); | |
101 | - background-image: -o-linear-gradient(#f1f1f1 6.6%, #202227); | |
100 | + background-image: -moz-linear-gradient(#f1f1f1 6.6%, #dfdfdf); | |
101 | + background-image: -o-linear-gradient(#f1f1f1 6.6%, #dfdfdf); | |
102 | 102 | |
103 | 103 | |
104 | 104 | .label { | ... | ... |