| OLD | NEW |
| 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 { | 447 { |
| 448 font-size: 18px; | 448 font-size: 18px; |
| 449 margin-bottom: 0px; | 449 margin-bottom: 0px; |
| 450 } | 450 } |
| 451 | 451 |
| 452 #other-platform > div, | 452 #other-platform > div, |
| 453 #content.edge #video, | 453 #content.edge #video, |
| 454 #edge-teaser, | 454 #edge-teaser, |
| 455 h3.edge-message, | 455 h3.edge-message, |
| 456 #content.edge.edge-supported h3.edge-message, | 456 #content.edge.edge-supported h3.edge-message, |
| 457 #content.edge.edge-supported #other-platform > div | 457 #content.edge.edge-supported #other-platform > div, |
| 458 #content.edge #terms-message |
| 458 { | 459 { |
| 459 display: none; | 460 display: none; |
| 460 } | 461 } |
| 461 | 462 |
| 462 #content.edge #other-platform > div, | 463 #content.edge #other-platform > div, |
| 463 #content.edge h3.edge-message | 464 #content.edge h3.edge-message, |
| 465 #content.edge.edge-supported #terms-message |
| 464 { | 466 { |
| 465 display: block; | 467 display: block; |
| 466 } | 468 } |
| 467 | 469 |
| 468 .warning-platform, | 470 .warning-platform, |
| 469 .disclaimer, | 471 .disclaimer, |
| 470 #maxthon-notification | 472 #maxthon-notification |
| 471 { | 473 { |
| 472 display: none; | 474 display: none; |
| 473 color: #D00; | 475 color: #D00; |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 line-height: 1.4; | 715 line-height: 1.4; |
| 714 color: #000; | 716 color: #000; |
| 715 background-color: #fff; | 717 background-color: #fff; |
| 716 border: 2px solid #a1a1a1; | 718 border: 2px solid #a1a1a1; |
| 717 } | 719 } |
| 718 | 720 |
| 719 #ready-for-windows-notice | 721 #ready-for-windows-notice |
| 720 { | 722 { |
| 721 margin-bottom: 30px; | 723 margin-bottom: 30px; |
| 722 } | 724 } |
| OLD | NEW |