| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 #content | 600 #content |
| 601 { | 601 { |
| 602 padding: 34px 20px 68px 20px; | 602 padding: 34px 20px 68px 20px; |
| 603 } | 603 } |
| 604 | 604 |
| 605 #footnotes | 605 #footnotes |
| 606 { | 606 { |
| 607 margin-top: 34px; | 607 margin-top: 34px; |
| 608 } | 608 } |
| 609 } | 609 } |
| 610 |
| 611 .unstyled |
| 612 { |
| 613 color: initial !important; |
| 614 text-decoration: none !important; |
| 615 } |
| OLD | NEW |