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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 | 162 |
163 html[lang="fr"] .license-note.lang-fr | 163 html[lang="fr"] .license-note.lang-fr |
164 { | 164 { |
165 display: inline; | 165 display: inline; |
166 } | 166 } |
167 | 167 |
168 html[dir="rtl"] #summary li .sprite | 168 html[dir="rtl"] #summary li .sprite |
169 { | 169 { |
170 margin-right: -17px; | 170 margin-right: -17px; |
171 margin-left: 0px; | 171 margin-left: 0px; |
| 172 } |
| 173 |
| 174 h3.edge-message |
| 175 { |
| 176 color: #2d79c0; |
172 } | 177 } |
173 | 178 |
174 /* This cannot be just .install-button because a:link will have a higher | 179 /* This cannot be just .install-button because a:link will have a higher |
175 specificity otherwise (overrides text color) */ | 180 specificity otherwise (overrides text color) */ |
176 #install .install-button | 181 #install .install-button |
177 { | 182 { |
178 display: none; | 183 display: none; |
179 position: relative; | 184 position: relative; |
180 width: 305px; | 185 width: 305px; |
181 height: 50px; | 186 height: 50px; |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 #more-container.opera #more-opera, | 651 #more-container.opera #more-opera, |
647 #more-container.android #more-android, | 652 #more-container.android #more-android, |
648 #more-container.internet-explorer #more-internet-explorer, | 653 #more-container.internet-explorer #more-internet-explorer, |
649 #more-container.safari #more-safari, | 654 #more-container.safari #more-safari, |
650 #more-container.yandex-browser #more-yandex-browser, | 655 #more-container.yandex-browser #more-yandex-browser, |
651 #more-container.maxthon #more-maxthon | 656 #more-container.maxthon #more-maxthon |
652 #more-container.edge #more-edge | 657 #more-container.edge #more-edge |
653 { | 658 { |
654 background-color: #dbd4c7; | 659 background-color: #dbd4c7; |
655 } | 660 } |
LEFT | RIGHT |