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

Delta Between Two Patch Sets: 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
Left Patch Set: Addressed #6 Created April 12, 2018, 3:30 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 #install-safari, 320 #content.safari.ua-ios #install-ios-safari,
321 #content.yandex-browser #install-yandex-browser, 321 #content.yandex-browser #install-yandex-browser,
322 #content.edge #install-edge 322 #content.edge #install-edge
323 { 323 {
324 display: inline-block; 324 display: inline-block;
325 } 325 }
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
326 328
327 #other-platform ul 329 #other-platform ul
328 { 330 {
329 list-style: none; 331 list-style: none;
330 display: inline-block; 332 display: inline-block;
331 margin: 0px; 333 margin: 0px;
332 padding: 0; 334 padding: 0;
333 vertical-align: bottom; 335 vertical-align: bottom;
334 } 336 }
335 337
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 line-height: 1.4; 621 line-height: 1.4;
620 color: #000; 622 color: #000;
621 background-color: #fff; 623 background-color: #fff;
622 border: 2px solid #a1a1a1; 624 border: 2px solid #a1a1a1;
623 } 625 }
624 626
625 #ready-for-windows-notice 627 #ready-for-windows-notice
626 { 628 {
627 margin-bottom: 30px; 629 margin-bottom: 30px;
628 } 630 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld