| OLD | NEW |
| 1 | 1 |
| 2 body { | 2 body { |
| 3 font-family: 'Roboto', sans-serif; | 3 font-family: 'Roboto', sans-serif; |
| 4 -webkit-font-smoothing: antialiased; | 4 -webkit-font-smoothing: antialiased; |
| 5 } | 5 } |
| 6 | 6 |
| 7 /* ***** General ***** */ | 7 /* ***** General ***** */ |
| 8 p, | 8 p, |
| 9 dt, | 9 dt, |
| 10 dd { | 10 dd { |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 } | 129 } |
| 130 | 130 |
| 131 | 131 |
| 132 } | 132 } |
| 133 | 133 |
| 134 i.sprite-icon-social-gplus { | 134 i.sprite-icon-social-gplus { |
| 135 background-position: -50px -50px; | 135 background-position: -50px -50px; |
| 136 } | 136 } |
| 137 | 137 |
| 138 i.sprite-icon-browsers { | 138 i.sprite-icon-browsers { |
| 139 width: 193px; | 139 width: 223px; |
| 140 height: 36px; | 140 height: 50px; |
| 141 background-position: 0 -100px; | 141 background-position: 0 -90px; |
| 142 margin: 0 auto; | 142 margin: 0 auto; |
| 143 } | 143 } |
| 144 | 144 |
| 145 i.sprite-icon-dart-logo { | 145 i.sprite-icon-dart-logo { |
| 146 width: 117px; | 146 width: 117px; |
| 147 height: 33px; | 147 height: 33px; |
| 148 background-position: 0 0; | 148 background-position: 0 0; |
| 149 } | 149 } |
| 150 | 150 |
| 151 i.sprite-icon-timer { | 151 i.sprite-icon-timer { |
| (...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1467 .synonym nav ul { | 1467 .synonym nav ul { |
| 1468 -moz-column-count:1; /* Firefox */ | 1468 -moz-column-count:1; /* Firefox */ |
| 1469 -webkit-column-count:1; /* Safari and Chrome */ | 1469 -webkit-column-count:1; /* Safari and Chrome */ |
| 1470 column-count:1; | 1470 column-count:1; |
| 1471 } | 1471 } |
| 1472 } | 1472 } |
| 1473 | 1473 |
| 1474 .titlepage h3 { | 1474 .titlepage h3 { |
| 1475 font: 400 26px/32px 'Montserrat', sans-serif; | 1475 font: 400 26px/32px 'Montserrat', sans-serif; |
| 1476 } | 1476 } |
| OLD | NEW |