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 /* Start below fixed navbar */ | 10 /* Start below fixed navbar */ |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
795 left: 50%; | 795 left: 50%; |
796 width: 80px; | 796 width: 80px; |
797 margin-top: -60px; | 797 margin-top: -60px; |
798 margin-left: -40px; | 798 margin-left: -40px; |
799 } | 799 } |
800 | 800 |
801 .hide-disclaimer .video-play | 801 .hide-disclaimer .video-play |
802 { | 802 { |
803 margin-top: -40px; | 803 margin-top: -40px; |
804 } | 804 } |
805 | |
806 .hide | |
807 { | |
808 display: none; | |
Sebastian Noack
2018/04/14 00:41:04
Can't we just use use the "hidden" HTML attribute:
juliandoucette
2018/04/14 13:17:42
The `hidden` attribute is not meant to be used in
Sebastian Noack
2018/04/14 13:24:30
Interesting. Then LGTM from my side. (Any reason y
| |
809 } | |
LEFT | RIGHT |