| LEFT | RIGHT |
| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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, | 177 #terms-message, |
| 178 #terms-message > a | 178 #terms-message a |
| 179 { | 179 { |
| 180 font-size: 12px; | 180 font-size: 12px; |
| 181 } | 181 } |
| 182 | 182 |
| 183 /* 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 |
| 184 specificity otherwise (overrides text color) */ | 184 specificity otherwise (overrides text color) */ |
| 185 #install .install-button | 185 #install .install-button |
| 186 { | 186 { |
| 187 display: none; | 187 display: none; |
| 188 position: relative; | 188 position: relative; |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 #more-container.opera #more-opera, | 699 #more-container.opera #more-opera, |
| 700 #more-container.android #more-android, | 700 #more-container.android #more-android, |
| 701 #more-container.internet-explorer #more-internet-explorer, | 701 #more-container.internet-explorer #more-internet-explorer, |
| 702 #more-container.safari #more-safari, | 702 #more-container.safari #more-safari, |
| 703 #more-container.yandex-browser #more-yandex-browser, | 703 #more-container.yandex-browser #more-yandex-browser, |
| 704 #more-container.maxthon #more-maxthon | 704 #more-container.maxthon #more-maxthon |
| 705 #more-container.edge #more-edge | 705 #more-container.edge #more-edge |
| 706 { | 706 { |
| 707 background-color: #dbd4c7; | 707 background-color: #dbd4c7; |
| 708 } | 708 } |
| LEFT | RIGHT |