mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
thiner line under submenu
This commit is contained in:
parent
408e1b7bf8
commit
71817e6083
1 changed files with 14 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue