OLD | NEW |
| 1 #content |
| 2 { |
| 3 padding-top: 2.5em; |
| 4 } |
| 5 |
1 #key-facts h1 | 6 #key-facts h1 |
2 { | 7 { |
3 font-size: 16px; | 8 font-size: 16px; |
4 } | 9 } |
5 | 10 |
6 #content .sprite | 11 #content .sprite |
7 { | 12 { |
8 background-image: url(../img/sprite-index.png); | 13 background-image: url(../img/sprite-index.png); |
9 } | 14 } |
10 | 15 |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 line-height: 1.4; | 610 line-height: 1.4; |
606 color: #000; | 611 color: #000; |
607 background-color: #fff; | 612 background-color: #fff; |
608 border: 2px solid #a1a1a1; | 613 border: 2px solid #a1a1a1; |
609 } | 614 } |
610 | 615 |
611 #ready-for-windows-notice | 616 #ready-for-windows-notice |
612 { | 617 { |
613 margin-bottom: 30px; | 618 margin-bottom: 30px; |
614 } | 619 } |
OLD | NEW |