mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
thinner menu line
This commit is contained in:
parent
17e4db9388
commit
f04e836c66
1 changed files with 9 additions and 8 deletions
|
@ -81,10 +81,10 @@
|
|||
|
||||
.nav-logo {
|
||||
float:left;
|
||||
height:104px;
|
||||
height:105px;
|
||||
width:161px;
|
||||
margin: 0 0px 0 0;
|
||||
border-bottom: 3px solid #d6d6d6;
|
||||
border-bottom: 2px solid #d6d6d6;
|
||||
}
|
||||
|
||||
.nav-lnk {
|
||||
|
@ -99,31 +99,32 @@
|
|||
|
||||
.nav-block {
|
||||
margin: 0 0px 0 0;
|
||||
height:104px;
|
||||
height:105px;
|
||||
width: 118px;
|
||||
float:left;
|
||||
cursor: pointer;
|
||||
border-bottom: 3px solid #d6d6d6;
|
||||
border-bottom: 2px solid #d6d6d6;
|
||||
|
||||
}
|
||||
|
||||
.nav-block:hover {
|
||||
border-bottom: 3px solid #f79b44;
|
||||
height:103px;
|
||||
border-bottom: 4px solid #f79b44;
|
||||
}
|
||||
|
||||
.nav-selected-block {
|
||||
margin: 0;
|
||||
color: #174f82;
|
||||
height: 104px;
|
||||
height: 103px;
|
||||
width: 118px;
|
||||
float: left;
|
||||
background: #fff;
|
||||
border-bottom: 3px solid #777;
|
||||
border-bottom: 4px solid #777;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nav-selected-block:hover {
|
||||
border-bottom: 3px solid #f79b44;
|
||||
border-bottom: 4px solid #f79b44;
|
||||
}
|
||||
|
||||
.nav-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue