| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 * | |
| 2 { | |
| 3 font-family: Arial, sans; | |
| 4 font-size: 16px; | |
| 5 } | |
| 6 | |
| 7 body | 1 body |
| 8 { | 2 { |
| 3 font-family: "Source Sans Pro", Arial, sans-serif; | |
| 9 margin: 0; | 4 margin: 0; |
| 10 line-height: 1.5; | |
| 11 } | 5 } |
| 12 | 6 |
| 13 #content | 7 #content |
| 14 { | 8 { |
| 15 padding-bottom: 2em; | 9 padding-bottom: 2em; |
| 16 } | 10 } |
| 17 | 11 |
| 18 a img | 12 a img |
| 19 { | 13 { |
| 20 border: none; | 14 border: none; |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 709 { | 703 { |
| 710 display: none; | 704 display: none; |
| 711 } | 705 } |
| 712 | 706 |
| 713 /* overriding display:none above */ | 707 /* overriding display:none above */ |
| 714 #footer #social-list | 708 #footer #social-list |
| 715 { | 709 { |
| 716 display: block; | 710 display: block; |
| 717 } | 711 } |
| 718 } | 712 } |
| OLD | NEW |