| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Fonts | 2 * Fonts |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 @font-face | 5 @font-face |
| 6 { | 6 { |
| 7 font-family: 'Source Sans Pro'; | 7 font-family: 'Source Sans Pro'; |
| 8 font-weight: 300; | 8 font-weight: 300; |
| 9 font-style: normal; | 9 font-style: normal; |
| 10 font-stretch: normal; | 10 font-stretch: normal; |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 788 input[type="tel"]:focus, | 788 input[type="tel"]:focus, |
| 789 input[type="number"]:focus, | 789 input[type="number"]:focus, |
| 790 input[type="range"]:focus, | 790 input[type="range"]:focus, |
| 791 input[type="date"]:focus, | 791 input[type="date"]:focus, |
| 792 textarea:focus | 792 textarea:focus |
| 793 { | 793 { |
| 794 background-color: #fbfbfb; | 794 background-color: #fbfbfb; |
| 795 border-color: #b5b5b5; | 795 border-color: #b5b5b5; |
| 796 } | 796 } |
| 797 | 797 |
| 798 header > *, .content-block | 798 .page-title > *, |
|
juliandoucette
2017/07/12 20:54:54
Note: I searched for all instances of `header` and
ire
2017/07/13 20:00:41
Acknowledged.
| |
| 799 .content-block | |
| 799 { | 800 { |
| 800 padding: 0 10px; | 801 padding: 0 10px; |
| 801 } | 802 } |
| 802 | 803 |
| 803 #home-image-container img | 804 #home-image-container img |
| 804 { | 805 { |
| 805 width: 100%; | 806 width: 100%; |
| 806 max-width: 1080px; | 807 max-width: 1080px; |
| 807 } | 808 } |
| 808 | 809 |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 963 padding-right: .1em; | 964 padding-right: .1em; |
| 964 border-right-width: 1px; | 965 border-right-width: 1px; |
| 965 border-right-width: 1px; | 966 border-right-width: 1px; |
| 966 } | 967 } |
| 967 | 968 |
| 968 #panels-openings | 969 #panels-openings |
| 969 { | 970 { |
| 970 margin-top: -40px; | 971 margin-top: -40px; |
| 971 } | 972 } |
| 972 } | 973 } |
| OLD | NEW |