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