| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -796,8 +796,28 @@ |
| margin-top: -60px; |
| margin-left: -40px; |
| } |
| .hide-disclaimer .video-play |
| { |
| margin-top: -40px; |
| } |
| + |
| +/* 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
|
| + ******************************************************************************/ |
| + |
| + .horizontal-list |
| + { |
| + display: inline; |
| + list-style: none; |
| + } |
| + |
| + .horizontal-list li |
| + { |
| + display: inline; |
| + list-style: none; |
| + } |
| + |
| + [dir="rtl"] .horizontal-list |
| + { |
| + padding: 0; |
| + } |