Left: | ||
Right: |
OLD | NEW |
---|---|
1 #content, | 1 #content, |
2 #blog | 2 #blog |
3 { | 3 { |
4 padding-top: 9em; | 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 } |
11 | 11 |
12 #content .sprite | 12 #content .sprite |
13 { | 13 { |
14 background-image: url(../img/sprite-index.png); | 14 background-image: url(../img/sprite-index.png); |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
616 line-height: 1.4; | 616 line-height: 1.4; |
617 color: #000; | 617 color: #000; |
618 background-color: #fff; | 618 background-color: #fff; |
619 border: 2px solid #a1a1a1; | 619 border: 2px solid #a1a1a1; |
620 } | 620 } |
621 | 621 |
622 #ready-for-windows-notice | 622 #ready-for-windows-notice |
623 { | 623 { |
624 margin-bottom: 30px; | 624 margin-bottom: 30px; |
625 } | 625 } |
OLD | NEW |