1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

thinner menu line

This commit is contained in:
Serghey Rodin 2013-01-18 15:17:47 +02:00
parent 17e4db9388
commit f04e836c66

@ -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 {