Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/index.css

Issue 29749588: Fixes #53 - Added detection and install links for iOS safari (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #13 Created April 16, 2018, 3:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content, 1 #content,
2 #blog 2 #blog
3 { 3 {
4 padding-top: 5em; 4 padding-top: 5em;
5 } 5 }
6 6
7 #key-facts h1 7 #key-facts h1
8 { 8 {
9 font-size: 16px; 9 font-size: 16px;
10 } 10 }
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 background: -moz-linear-gradient(bottom, #62c52b, #4f9d22); 310 background: -moz-linear-gradient(bottom, #62c52b, #4f9d22);
311 background: -ms-linear-gradient(bottom, #62c52b, #4f9d22); 311 background: -ms-linear-gradient(bottom, #62c52b, #4f9d22);
312 background: -o-linear-gradient(bottom, #62c52b, #4f9d22); 312 background: -o-linear-gradient(bottom, #62c52b, #4f9d22);
313 background: linear-gradient(bottom, #62c52b, #4f9d22); 313 background: linear-gradient(bottom, #62c52b, #4f9d22);
314 box-shadow: 0px 0px 7px #486c15; 314 box-shadow: 0px 0px 7px #486c15;
315 } 315 }
316 316
317 #content.firefox #install-firefox, #content.chrome #install-chrome, 317 #content.firefox #install-firefox, #content.chrome #install-chrome,
318 #content.opera #install-opera, #content.android #install-android, 318 #content.opera #install-opera, #content.android #install-android,
319 #content.internet-explorer #install-internet-explorer, 319 #content.internet-explorer #install-internet-explorer,
320 #content.safari.ua-safari #install-safari,
321 #content.safari.ua-ios #install-ios-safari, 320 #content.safari.ua-ios #install-ios-safari,
322 #content.yandex-browser #install-yandex-browser, 321 #content.yandex-browser #install-yandex-browser,
323 #content.edge #install-edge 322 #content.edge #install-edge
324 { 323 {
325 display: inline-block; 324 display: inline-block;
326 } 325 }
327 326
327 #content.safari:not(.ua-ios) #install-safari { display: inline-block; }
ire 2018/04/16 15:42:21 NIT: You didn't need to make this its own rule, yo
328
328 #other-platform ul 329 #other-platform ul
329 { 330 {
330 list-style: none; 331 list-style: none;
331 display: inline-block; 332 display: inline-block;
332 margin: 0px; 333 margin: 0px;
333 padding: 0; 334 padding: 0;
334 vertical-align: bottom; 335 vertical-align: bottom;
335 } 336 }
336 337
337 html[dir="rtl"] #install ul 338 html[dir="rtl"] #install ul
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 line-height: 1.4; 621 line-height: 1.4;
621 color: #000; 622 color: #000;
622 background-color: #fff; 623 background-color: #fff;
623 border: 2px solid #a1a1a1; 624 border: 2px solid #a1a1a1;
624 } 625 }
625 626
626 #ready-for-windows-notice 627 #ready-for-windows-notice
627 { 628 {
628 margin-bottom: 30px; 629 margin-bottom: 30px;
629 } 630 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld