Skip to content

Commit 71817e6

Browse files
committed
thiner line under submenu
1 parent 408e1b7 commit 71817e6

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

web/templates/header.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292

9393
.nav-logo {
9494
float:left;
95-
height:109px;
95+
height:110px;
9696
width:161px;
9797
margin: 0;
98-
border-bottom: 2px solid #d3d3d3;
98+
border-bottom: 1px solid #d3d3d3;
9999
}
100100

101101
.nav-lnk {
@@ -110,11 +110,11 @@
110110

111111
.nav-block {
112112
margin: 0;
113-
height:109px;
113+
height:110px;
114114
width: 118px;
115115
float:left;
116116
cursor: pointer;
117-
border-bottom: 2px solid #d3d3d3;
117+
border-bottom: 1px solid #d3d3d3;
118118

119119
}
120120

@@ -767,13 +767,21 @@
767767
width: 996px;
768768
}
769769
770+
.nav-logo {
771+
float:left;
772+
height:112px;
773+
width:161px;
774+
margin: 0;
775+
border-bottom: 1px solid #d3d3d3;
776+
}
777+
770778
.nav-block {
771779
margin: 0;
772-
height:109px;
780+
height:112px;
773781
width: 118px;
774782
float:left;
775783
cursor: pointer;
776-
border-bottom: 2px solid #d3d3d3;
784+
border-bottom: 1px solid #d3d3d3;
777785
}
778786
779787
.nav-block:hover {

0 commit comments

Comments
 (0)