Left: | ||
Right: |
OLD | NEW |
---|---|
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 padding-top: 4em; | |
ire
2018/03/13 12:24:48
NIT: It could be useful to have a comment about wh
juliandoucette
2018/03/13 12:32:54
Acknowledged.
| |
10 line-height: 1.5; | 11 line-height: 1.5; |
11 } | 12 } |
12 | 13 |
13 #content, | 14 #content, |
14 #blog | 15 #blog |
15 { | 16 { |
16 padding-bottom: 2em; | 17 padding-bottom: 2em; |
17 padding-top: 4em; | |
18 } | 18 } |
19 | 19 |
20 a img | 20 a img |
21 { | 21 { |
22 border: none; | 22 border: none; |
23 } | 23 } |
24 | 24 |
25 a:link, a:visited | 25 a:link, a:visited |
26 { | 26 { |
27 color: #555; | 27 color: #555; |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
793 left: 50%; | 793 left: 50%; |
794 width: 80px; | 794 width: 80px; |
795 margin-top: -60px; | 795 margin-top: -60px; |
796 margin-left: -40px; | 796 margin-left: -40px; |
797 } | 797 } |
798 | 798 |
799 .hide-disclaimer .video-play | 799 .hide-disclaimer .video-play |
800 { | 800 { |
801 margin-top: -40px; | 801 margin-top: -40px; |
802 } | 802 } |
OLD | NEW |