| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Fonts | 2 * Fonts |
| 3 */ | 3 */ |
| 4 @font-face { | 4 @font-face { |
| 5 font-family: "Lato"; | 5 font-family: "Lato"; |
| 6 font-style: normal; | 6 font-style: normal; |
| 7 font-weight: 400; | 7 font-weight: 400; |
| 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); | 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof
f) format('woff'); |
| 9 } | 9 } |
| 10 @font-face { | 10 @font-face { |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 | 118 |
| 119 #header-content | 119 #header-content |
| 120 { | 120 { |
| 121 display: table; | 121 display: table; |
| 122 width: 100%; | 122 width: 100%; |
| 123 } | 123 } |
| 124 | 124 |
| 125 #logo | 125 #logo |
| 126 { | 126 { |
| 127 display: table-cell; | 127 display: table-cell; |
| 128 padding: 20px 0; | 128 padding: 13px 0; |
| 129 } | 129 } |
| 130 | 130 |
| 131 #header.fixed #logo | 131 #header.fixed #logo |
| 132 { | 132 { |
| 133 padding: 5px 0; | 133 padding: 5px 0; |
| 134 } | 134 } |
| 135 | 135 |
| 136 #menu | 136 #menu |
| 137 { | 137 { |
| 138 display: table-cell; | 138 display: table-cell; |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 padding-right: .1em; | 830 padding-right: .1em; |
| 831 border-right-width: 1px; | 831 border-right-width: 1px; |
| 832 border-right-width: 1px; | 832 border-right-width: 1px; |
| 833 } | 833 } |
| 834 | 834 |
| 835 #panels-openings | 835 #panels-openings |
| 836 { | 836 { |
| 837 margin-top: -40px; | 837 margin-top: -40px; |
| 838 } | 838 } |
| 839 } | 839 } |
| OLD | NEW |