Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 * | 1 * |
2 { | 2 { |
3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
4 font-size: 16px; | 4 font-size: 16px; |
5 } | 5 } |
6 | 6 |
7 body | 7 body |
8 { | 8 { |
9 margin: 0; | 9 margin: 0; |
10 line-height: 1.5; | 10 line-height: 1.5; |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
709 { | 709 { |
710 display: none; | 710 display: none; |
711 } | 711 } |
712 | 712 |
713 /* overriding display:none above */ | 713 /* overriding display:none above */ |
714 #footer #social-list | 714 #footer #social-list |
715 { | 715 { |
716 display: block; | 716 display: block; |
717 } | 717 } |
718 } | 718 } |
719 | |
720 /* Items | |
721 *****************************************************************************/ | |
722 | |
723 .item-group, | |
724 .item-body | |
725 { | |
726 margin-top: 1em; | |
727 margin-bottom: 1em; | |
728 } | |
729 | |
730 .item | |
731 { | |
732 padding-top: 2em; | |
733 padding-bottom: 2em; | |
734 } | |
735 | |
736 .item-heading | |
737 { | |
738 text-transform: uppercase; | |
739 } | |
LEFT | RIGHT |