 Issue 29749588:
  Fixes #53 - Added detection and install links for iOS safari  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29749588:
  Fixes #53 - Added detection and install links for iOS safari  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 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 Loading... | |
| 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, | |
| 
ire
2018/04/13 08:41:14
You don't need the .ua-safari or .ua-ios here beca
 
juliandoucette
2018/04/13 11:58:22
There are two buttons. One for ua-safari, and anot
 
ire
2018/04/16 15:14:42
Yes, but now neither button will show then the use
 | |
| 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 } | 
| 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
 | |
| 327 | 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 | 
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 } | 
| LEFT | RIGHT |