77
77
}
78
78
79
79
body {
80
- background : # e5f3ff ; /* Fallback for when there is no custom background color defined. */
80
+ //background: #e5f3ff; /* Fallback for when there is no custom background color defined. */
81
+ background : # fff ;
81
82
}
82
83
83
84
article ,
@@ -319,7 +320,7 @@ HEADER
319
320
320
321
.site-branding {
321
322
padding : 1rem 4rem ;
322
- background : linear-gradient (to right, white, white, white , rgba (229 , 243 , 255 , .75 ));
323
+ background : linear-gradient (to right, white, white, rgba (229 , 243 , 255 , .75 ));
323
324
overflow : hidden;
324
325
max-height : 180px ;
325
326
}
@@ -471,7 +472,7 @@ a:active {
471
472
float : left;
472
473
width : 100% ;
473
474
position : relative;
474
- font-family : 'Arimo ' , sans-serif;
475
+ font-family : 'Raleway ' , sans-serif;
475
476
text-transform : uppercase;
476
477
//background: #0072d6;
477
478
background : linear-gradient (# ededed, # d0d0d0 );
@@ -486,11 +487,17 @@ a:active {
486
487
.main-navigation li {
487
488
float : left;
488
489
position : relative;
490
+ //border-left: 1px solid #c3c3c3;
491
+ }
492
+
493
+ .main-navigation li : first-child {
494
+ margin-left : 7em ;
495
+ border : none;
489
496
}
490
497
491
498
.main-navigation a {
492
499
display : block;
493
- padding : 1.3 em 1 em ;
500
+ padding : .7 em .6 em ;
494
501
font-size : 16px ;
495
502
text-decoration : none;
496
503
line-height : 1.3em ;
@@ -501,7 +508,7 @@ a:active {
501
508
box-shadow : 0 3px 3px rgba (0 , 0 , 0 , 0.2 );
502
509
float : left;
503
510
position : absolute;
504
- top : 3.8 em ;
511
+ top : 2.6 em ;
505
512
left : 0 ;
506
513
z-index : 99999 ;
507
514
background : # ededed ;
@@ -518,8 +525,8 @@ a:active {
518
525
width : 300px ;
519
526
}
520
527
521
- .main-navigation ul ul li {
522
-
528
+ .main-navigation ul ul li : first-child {
529
+ margin-left : 0 em ;
523
530
}
524
531
525
532
.main-navigation li : hover > a {
0 commit comments