File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 9292
9393 .nav-logo {
9494 float : left;
95- height : 109 px ;
95+ height : 110 px ;
9696 width : 161px ;
9797 margin : 0 ;
98- border-bottom : 2 px solid # d3d3d3 ;
98+ border-bottom : 1 px solid # d3d3d3 ;
9999 }
100100
101101 .nav-lnk {
110110
111111 .nav-block {
112112 margin : 0 ;
113- height : 109 px ;
113+ height : 110 px ;
114114 width : 118px ;
115115 float : left;
116116 cursor : pointer;
117- border-bottom : 2 px solid # d3d3d3 ;
117+ border-bottom : 1 px solid # d3d3d3 ;
118118
119119 }
120120
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 {
You can’t perform that action at this time.
0 commit comments