thiner line under submenu

This commit is contained in:
Serghey Rodin 2013-03-04 23:42:28 +02:00
commit 71817e6083

View file

@ -92,10 +92,10 @@
.nav-logo {
float:left;
height:109px;
height:110px;
width:161px;
margin: 0;
border-bottom: 2px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
}
.nav-lnk {
@ -110,11 +110,11 @@
.nav-block {
margin: 0;
height:109px;
height:110px;
width: 118px;
float:left;
cursor: pointer;
border-bottom: 2px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
}
@ -767,13 +767,21 @@
width: 996px;
}
.nav-logo {
float:left;
height:112px;
width:161px;
margin: 0;
border-bottom: 1px solid #d3d3d3;
}
.nav-block {
margin: 0;
height:109px;
height:112px;
width: 118px;
float:left;
cursor: pointer;
border-bottom: 2px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
}
.nav-block:hover {