 Issue 29458622:
  Issue 4920 - Add "Ready for Windows" section to adblockplus.org  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29458622:
  Issue 4920 - Add "Ready for Windows" section to adblockplus.org  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Left: | ||
| Right: | 
| 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 } | 
| 709 | 709 | 
| 710 | 710 .notice | 
| 711 #ready-for-windows-note { | 711 { | 
| 
juliandoucette
2017/06/07 17:48:11
It looks like you are trying to match the style of
 
ire
2017/06/08 13:41:26
Okay I will. I originally did it this way to keep
 | |
| 712 background-color: #ffffff; | 712 padding: 20px; | 
| 713 padding: 25px; | |
| 714 margin: 10px 10px 30px; | |
| 715 line-height: 1.4; | 713 line-height: 1.4; | 
| 714 color: #000; | |
| 715 background-color: #fff; | |
| 716 border: 2px solid #a1a1a1; | 716 border: 2px solid #a1a1a1; | 
| 717 display: none; | 717 } | 
| 718 } | 718 | 
| 719 | 719 #ready-for-windows-notice | 
| 720 #ready-for-windows-note p { | 720 { | 
| 721 margin: 0; | 721 margin-bottom: 30px; | 
| 722 } | 722 } | 
| 723 | |
| 724 #content.internet-explorer #ready-for-windows-note { | |
| 
juliandoucette
2017/06/07 17:48:11
NIT: I don't think #content is necessary here.
 
ire
2017/06/08 13:41:26
Acknowledged.
 | |
| 725 display: block; | |
| 726 } | |
| LEFT | RIGHT |