Skip to content

Commit f04e836

Browse files
committed
thinner menu line
1 parent 17e4db9 commit f04e836

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

web/templates/header.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181

8282
.nav-logo {
8383
float:left;
84-
height:104px;
84+
height:105px;
8585
width:161px;
8686
margin: 0 0px 0 0;
87-
border-bottom: 3px solid #d6d6d6;
87+
border-bottom: 2px solid #d6d6d6;
8888
}
8989

9090
.nav-lnk {
@@ -99,31 +99,32 @@
9999

100100
.nav-block {
101101
margin: 0 0px 0 0;
102-
height:104px;
102+
height:105px;
103103
width: 118px;
104104
float:left;
105105
cursor: pointer;
106-
border-bottom: 3px solid #d6d6d6;
106+
border-bottom: 2px solid #d6d6d6;
107107

108108
}
109109

110110
.nav-block:hover {
111-
border-bottom: 3px solid #f79b44;
111+
height:103px;
112+
border-bottom: 4px solid #f79b44;
112113
}
113114

114115
.nav-selected-block {
115116
margin: 0;
116117
color: #174f82;
117-
height: 104px;
118+
height: 103px;
118119
width: 118px;
119120
float: left;
120121
background: #fff;
121-
border-bottom: 3px solid #777;
122+
border-bottom: 4px solid #777;
122123
cursor: pointer;
123124
}
124125

125126
.nav-selected-block:hover {
126-
border-bottom: 3px solid #f79b44;
127+
border-bottom: 4px solid #f79b44;
127128
}
128129

129130
.nav-header {

0 commit comments

Comments
 (0)