Commit c0e622ea authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed main menu for firefox & opera

parent ec01fa29
......@@ -97,8 +97,8 @@ nav.main_menu {
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #f1f1f1), to(#dfdfdf));
background-image: -webkit-linear-gradient(#f1f1f1 6.6%, #dfdfdf);
background-image: -moz-linear-gradient(#f1f1f1 6.6%, #202227);
background-image: -o-linear-gradient(#f1f1f1 6.6%, #202227);
background-image: -moz-linear-gradient(#f1f1f1 6.6%, #dfdfdf);
background-image: -o-linear-gradient(#f1f1f1 6.6%, #dfdfdf);
.label {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment