OLD | NEW |
1 @font-face | 1 @font-face |
2 { | 2 { |
3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; |
4 src: url(fonts/SourceSansPro-Light.woff); | 4 src: url(fonts/SourceSansPro-Light.woff); |
5 /* local("Ø") forces using no local font called Source Sans Pro */ | 5 /* local("Ø") forces using no local font called Source Sans Pro */ |
6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); | 6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); |
7 font-weight: 300; | 7 font-weight: 300; |
8 font-style: normal; | 8 font-style: normal; |
9 } | 9 } |
10 | 10 |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 line-height: 80px | 574 line-height: 80px |
575 } | 575 } |
576 | 576 |
577 nav li:last-child | 577 nav li:last-child |
578 { | 578 { |
579 border-bottom: 4px solid #727272; | 579 border-bottom: 4px solid #727272; |
580 } | 580 } |
581 | 581 |
582 .content-left | 582 .content-left |
583 { | 583 { |
584 padding: 0px 17px; | 584 max-width: 100%; |
585 max-width: 88%; | |
586 display: block; | 585 display: block; |
587 margin: 0px auto; | 586 margin: 0px auto; |
588 } | 587 } |
589 | 588 |
590 #content h1 | 589 #content h1 |
591 { | 590 { |
592 font-size: 28px; | 591 font-size: 28px; |
593 line-height: 36px; | 592 line-height: 36px; |
594 } | 593 } |
595 | 594 |
596 #content | 595 #content |
597 { | 596 { |
598 padding: 34px 0px 68px 0px; | 597 padding: 34px 20px 68px 20px; |
599 } | 598 } |
600 | 599 |
601 #footnotes | 600 #footnotes |
602 { | 601 { |
603 margin-top: 34px; | 602 margin-top: 34px; |
604 } | 603 } |
605 } | 604 } |
OLD | NEW |