| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Fonts | 2 * Fonts |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 @font-face | 5 @font-face |
| 6 { | 6 { |
| 7 font-family: 'Source Sans Pro'; | 7 font-family: 'Source Sans Pro'; |
| 8 font-weight: 300; | 8 font-weight: 300; |
| 9 font-style: normal; | 9 font-style: normal; |
| 10 font-stretch: normal; | 10 font-stretch: normal; |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 url('../fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), | 44 url('../fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), |
| 45 url('../fonts/SourceSansPro-Regular.otf.woff') format('woff'), | 45 url('../fonts/SourceSansPro-Regular.otf.woff') format('woff'), |
| 46 url('../fonts/SourceSansPro-Regular.otf') format('opentype'), | 46 url('../fonts/SourceSansPro-Regular.otf') format('opentype'), |
| 47 url('../fonts/SourceSansPro-Regular.ttf') format('truetype'); | 47 url('../fonts/SourceSansPro-Regular.ttf') format('truetype'); |
| 48 } | 48 } |
| 49 | 49 |
| 50 /* | 50 /* |
| 51 * General layout | 51 * General layout |
| 52 */ | 52 */ |
| 53 | 53 |
| 54 .sr-only |
| 55 { |
| 56 position: absolute; |
| 57 overflow: hidden; |
| 58 clip: rect(0, 0, 0, 0); |
| 59 width: 1px; |
| 60 height: 1px; |
| 61 margin: -1px; |
| 62 padding: 0; |
| 63 border: 0; |
| 64 } |
| 65 |
| 54 html | 66 html |
| 55 { | 67 { |
| 56 font-family: 'Source Sans Pro', sans-serif; | 68 font-family: 'Source Sans Pro', sans-serif; |
| 57 font-size: 18px; | 69 font-size: 18px; |
| 58 font-weight: 300; | 70 font-weight: 300; |
| 59 line-height: 1.333333; | 71 line-height: 1.333333; |
| 60 color: #161616; | 72 color: #161616; |
| 61 } | 73 } |
| 62 | 74 |
| 63 body | 75 body |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 padding-right: .1em; | 976 padding-right: .1em; |
| 965 border-right-width: 1px; | 977 border-right-width: 1px; |
| 966 border-right-width: 1px; | 978 border-right-width: 1px; |
| 967 } | 979 } |
| 968 | 980 |
| 969 #panels-openings | 981 #panels-openings |
| 970 { | 982 { |
| 971 margin-top: -40px; | 983 margin-top: -40px; |
| 972 } | 984 } |
| 973 } | 985 } |
| OLD | NEW |