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 /* Start below fixed navbar */ | 10 /* Start below fixed navbar */ |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
794 left: 50%; | 794 left: 50%; |
795 width: 80px; | 795 width: 80px; |
796 margin-top: -60px; | 796 margin-top: -60px; |
797 margin-left: -40px; | 797 margin-left: -40px; |
798 } | 798 } |
799 | 799 |
800 .hide-disclaimer .video-play | 800 .hide-disclaimer .video-play |
801 { | 801 { |
802 margin-top: -40px; | 802 margin-top: -40px; |
803 } | 803 } |
804 | |
805 /* Horizontal List | |
ire
2018/03/14 13:34:37
Taken from help.eyeo.com. I'm thinking we should a
juliandoucette
2018/03/14 17:54:53
Agreed.
ire
2018/03/15 09:38:12
https://issues.adblockplus.org/ticket/6484
| |
806 ******************************************************************************/ | |
807 | |
808 .horizontal-list | |
809 { | |
810 display: inline; | |
811 list-style: none; | |
812 } | |
813 | |
814 .horizontal-list li | |
815 { | |
816 display: inline; | |
817 list-style: none; | |
818 } | |
819 | |
820 [dir="rtl"] .horizontal-list | |
821 { | |
822 padding: 0; | |
823 } | |
OLD | NEW |