| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 body | 1 body |
| 2 { | 2 { |
| 3 font-family: "Source Sans Pro", Arial, sans-serif; | 3 font-family: "Source Sans Pro", Arial, sans-serif; |
| 4 margin: 0; | 4 margin: 0; |
| 5 /* Start below fixed navbar */ | 5 /* Start below fixed navbar */ |
| 6 padding-top: 4em; | 6 padding-top: 4em; |
| 7 line-height: 1.5; | 7 line-height: 1.5; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #content, | 10 #content, |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 870 { | 870 { |
| 871 left: auto; | 871 left: auto; |
| 872 right: 3em; | 872 right: 3em; |
| 873 } | 873 } |
| 874 | 874 |
| 875 .item-group h2 | 875 .item-group h2 |
| 876 { | 876 { |
| 877 margin: 0; | 877 margin: 0; |
| 878 } | 878 } |
| 879 } | 879 } |
| 880 | |
| 881 /* Horizontal List | |
| 882 ******************************************************************************/ | |
| 883 | |
| 884 .horizontal-list | |
| 885 { | |
| 886 display: inline; | |
| 887 list-style: none; | |
| 888 } | |
| 889 | |
| 890 .horizontal-list, | |
| 891 .content .horizontal-list | |
| 892 { | |
| 893 padding: 0; | |
| 894 } | |
| 895 | |
| 896 .horizontal-list li | |
| 897 { | |
| 898 display: inline; | |
| 899 list-style: none; | |
| 900 } | |
| OLD | NEW |