Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/main.css

Issue 29722640: Fixes #22 - Add download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« pages/download.tmpl ('K') | « pages/download.tmpl ('k') | static/img/abb-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld