| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 background-color: #ffffff; | 145 background-color: #ffffff; |
| 146 } | 146 } |
| 147 | 147 |
| 148 .content-left | 148 .content-left |
| 149 { | 149 { |
| 150 max-width: 40%; | 150 max-width: 40%; |
| 151 display: inline-block; | 151 display: inline-block; |
| 152 vertical-align: top; | 152 vertical-align: top; |
| 153 } | 153 } |
| 154 | 154 |
| 155 #content h1 | 155 #content h1, #content h2 |
| 156 { | 156 { |
| 157 display: inline-block; | 157 display: inline-block; |
| 158 font-weight: 300; | 158 font-weight: 300; |
| 159 font-size: 38px; | 159 font-size: 38px; |
| 160 line-height: 46px; | 160 line-height: 46px; |
| 161 margin-bottom: 17px; | 161 margin-bottom: 17px; |
| 162 margin-top: 0px; | 162 margin-top: 0px; |
| 163 } | 163 } |
| 164 | 164 |
| 165 #content h2 |
| 166 { |
| 167 font-size: 30px; |
| 168 margin-top: 17px; |
| 169 } |
| 170 |
| 165 .note | 171 .note |
| 166 { | 172 { |
| 167 padding: 10px; | 173 padding: 10px; |
| 168 border: 1px solid #27AAE1; | 174 border: 1px solid #27AAE1; |
| 169 border-radius: 5px; | 175 border-radius: 5px; |
| 170 } | 176 } |
| 171 | 177 |
| 172 #content .note h1 | 178 #content .note h1 |
| 173 { | 179 { |
| 174 margin: 0px; | 180 margin: 0px; |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 #content | 596 #content |
| 591 { | 597 { |
| 592 padding: 34px 0px 68px 0px; | 598 padding: 34px 0px 68px 0px; |
| 593 } | 599 } |
| 594 | 600 |
| 595 #footnotes | 601 #footnotes |
| 596 { | 602 { |
| 597 margin-top: 34px; | 603 margin-top: 34px; |
| 598 } | 604 } |
| 599 } | 605 } |
| OLD | NEW |