@@ -123,42 +123,32 @@ a img {
123123# header-wrapper {
124124 margin-bottom : 0 ;
125125 clear : both;
126- height : 55 px ;
126+ height : 70 px ;
127127 background : white url(../ images/background-v2.png) 0 0 repeat-x;
128128 border-bottom : 1px solid # CCC ;
129129}
130130
131131# header {
132+ display : flex;
133+ flex-direction : row;
134+ align-items : center;
135+ justify-content : space-between;
132136 margin : 0 auto;
133137 width : 920px ;
138+ height : inherit;
134139}
135140
136141# header a .logo {
137- float : left;
138- margin-top : 10px ;
139- display : inline-block;
142+ display : flex;
143+ flex-direction : column;
144+ align-items : flex-start;
145+ justify-content : center;
140146}
141147
142148# header ul .nav {
143149 float : right;
144- padding : 8px 3px 8px 2px ;
145150 font-weight : bold;
146- text-shadow : white 1px 1px 0px ;
147- font-size : 12px ;
148- margin-top : 10px ;
149- background : # f5f5f5 ;
150- filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#ececec');
151- background : -webkit-gradient (linear, 0% 0% , 0% 100% , from (# fcfcfc ), to (# e8e8e8 ));
152- background : -moz-linear-gradient (270deg , # fcfcfc, # ececec );
153- border-color : # eee ;
154- border : 1px solid # e9e9e9 ;
155- border-bottom-color : # f5f5f5 ;
156- -webkit-border-radius : 2px ;
157- -moz-border-radius : 2px ;
158- border-radius : 2px ;
159- -webkit-box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 );
160- -moz-box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 );
161- box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.2 );
151+ font-size : 13px ;
162152}
163153
164154# header ul .nav li : first-child {
0 commit comments