| ... | @@ -8,7 +8,7 @@ nav.main_menu { |
... | @@ -8,7 +8,7 @@ nav.main_menu { |
|
|
margin:30px 0;
|
|
margin:30px 0;
|
|
|
background:#eee;
|
|
background:#eee;
|
|
|
border:1px solid #bbb;
|
|
border:1px solid #bbb;
|
|
|
height:38px;
|
|
height:36px;
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
|
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
|
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
|
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
|
| ... | @@ -55,7 +55,7 @@ nav.main_menu { |
... | @@ -55,7 +55,7 @@ nav.main_menu { |
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
|
border-left: 0;
|
|
border-left: 0;
|
|
|
}
|
|
}
|
|
|
padding: 10px 25px;
|
|
padding: 9px 25px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
color: $style_color;
|
|
color: $style_color;
|
|
|
position: relative;
|
|
position: relative;
|
| ... | |
... | |
| ... | | ... | |