| OLD | NEW |
| 1 #content h1, #content h2 | 1 #content h1, #content h2 |
| 2 { | 2 { |
| 3 font-size: 16px; | 3 font-size: 16px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 #content .sprite | 6 #content .sprite |
| 7 { | 7 { |
| 8 background-image: url(../img/sprite-index.png); | 8 background-image: url(../img/sprite-index.png); |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 margin-left: 0px; | 167 margin-left: 0px; |
| 168 } | 168 } |
| 169 | 169 |
| 170 #content h3.edge-message, | 170 #content h3.edge-message, |
| 171 #content h3.edge-message a | 171 #content h3.edge-message a |
| 172 { | 172 { |
| 173 color: #2d79c0; | 173 color: #2d79c0; |
| 174 font-size: 20px; | 174 font-size: 20px; |
| 175 } | 175 } |
| 176 | 176 |
| 177 .terms-message, |
| 178 .terms-message > a |
| 179 { |
| 180 font-size: 12px; |
| 181 } |
| 182 |
| 177 /* This cannot be just .install-button because a:link will have a higher | 183 /* This cannot be just .install-button because a:link will have a higher |
| 178 specificity otherwise (overrides text color) */ | 184 specificity otherwise (overrides text color) */ |
| 179 #install .install-button | 185 #install .install-button |
| 180 { | 186 { |
| 181 display: none; | 187 display: none; |
| 182 position: relative; | 188 position: relative; |
| 183 width: 305px; | 189 width: 305px; |
| 184 height: 50px; | 190 height: 50px; |
| 185 color: #fff; | 191 color: #fff; |
| 186 font-size: 20px; | 192 font-size: 20px; |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 #more-container.opera #more-opera, | 699 #more-container.opera #more-opera, |
| 694 #more-container.android #more-android, | 700 #more-container.android #more-android, |
| 695 #more-container.internet-explorer #more-internet-explorer, | 701 #more-container.internet-explorer #more-internet-explorer, |
| 696 #more-container.safari #more-safari, | 702 #more-container.safari #more-safari, |
| 697 #more-container.yandex-browser #more-yandex-browser, | 703 #more-container.yandex-browser #more-yandex-browser, |
| 698 #more-container.maxthon #more-maxthon | 704 #more-container.maxthon #more-maxthon |
| 699 #more-container.edge #more-edge | 705 #more-container.edge #more-edge |
| 700 { | 706 { |
| 701 background-color: #dbd4c7; | 707 background-color: #dbd4c7; |
| 702 } | 708 } |
| OLD | NEW |