| 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 padding: 0px; |
| 585 max-width: 88%; | 585 max-width: 100%; |
| 586 display: block; | 586 display: block; |
| 587 margin: 0px auto; | 587 margin: 0px auto; |
| 588 } | 588 } |
| 589 | 589 |
| 590 #content h1 | 590 #content h1 |
| 591 { | 591 { |
| 592 font-size: 28px; | 592 font-size: 28px; |
| 593 line-height: 36px; | 593 line-height: 36px; |
| 594 } | 594 } |
| 595 | 595 |
| 596 #content | 596 #content |
| 597 { | 597 { |
| 598 padding: 34px 0px 68px 0px; | 598 padding: 34px 20px 68px 20px; |
| 599 } | 599 } |
| 600 | 600 |
| 601 #footnotes | 601 #footnotes |
| 602 { | 602 { |
| 603 margin-top: 34px; | 603 margin-top: 34px; |
| 604 } | 604 } |
| 605 } | 605 } |
| OLD | NEW |