 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: | 
| OLD | NEW | 
|---|---|
| 1 * | 1 * | 
| 2 { | 2 { | 
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; | 
| 4 font-size: 16px; | 4 font-size: 16px; | 
| 5 } | 5 } | 
| 6 | 6 | 
| 7 body | 7 body | 
| 8 { | 8 { | 
| 9 background-color: #f8f6f2; | 9 background-color: #f8f6f2; | 
| 10 background-image: url(../img/background.png); | 10 background-image: url(../img/background.png); | 
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 289 font-size: 25px; | 289 font-size: 25px; | 
| 290 } | 290 } | 
| 291 | 291 | 
| 292 #content h3 | 292 #content h3 | 
| 293 { | 293 { | 
| 294 font-size: 20px; | 294 font-size: 20px; | 
| 295 } | 295 } | 
| 296 | 296 | 
| 297 #adblock-browser-notification | 297 #adblock-browser-notification | 
| 298 { | 298 { | 
| 299 box-sizing: border-box; | |
| 300 color: #000000; | |
| 301 font-size: 16px; | 299 font-size: 16px; | 
| 
juliandoucette
2017/06/20 16:20:17
This is unnecessary.
 
ire
2017/06/21 08:30:19
Acknowledged.
 | |
| 302 background-color: #ffffff; | |
| 303 text-align: center; | 300 text-align: center; | 
| 304 border: 2px solid #a1a1a1; | |
| 305 padding: 20px; | |
| 306 } | 301 } | 
| 307 | 302 | 
| 308 #adblock-browser-notification a | 303 #adblock-browser-notification a | 
| 309 { | 304 { | 
| 310 font-weight: bold; | 305 font-weight: bold; | 
| 311 } | 306 } | 
| 312 | 307 | 
| 313 #adblock-browser-notification img | 308 #adblock-browser-notification img | 
| 314 { | 309 { | 
| 315 vertical-align: bottom; | 310 vertical-align: bottom; | 
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 453 | 448 | 
| 454 [dir="ltr"] .alert | 449 [dir="ltr"] .alert | 
| 455 { | 450 { | 
| 456 border-left: 5px solid #d14841; | 451 border-left: 5px solid #d14841; | 
| 457 } | 452 } | 
| 458 | 453 | 
| 459 [dir="rtl"] .alert | 454 [dir="rtl"] .alert | 
| 460 { | 455 { | 
| 461 border-right: 5px solid #d14841; | 456 border-right: 5px solid #d14841; | 
| 462 } | 457 } | 
| OLD | NEW |