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: Addressed comments #17 Created April 3, 2018, 3:19 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
« no previous file with comments | « pages/download.tmpl ('k') | static/img/abb-icon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 font-family: "Source Sans Pro", Arial, sans-serif; 3 font-family: "Source Sans Pro", Arial, sans-serif;
4 margin: 0; 4 margin: 0;
5 /* Start below fixed navbar */ 5 /* Start below fixed navbar */
6 padding-top: 4em; 6 padding-top: 4em;
7 line-height: 1.5; 7 line-height: 1.5;
8 } 8 }
9 9
10 #content, 10 #content,
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 { 870 {
871 left: auto; 871 left: auto;
872 right: 3em; 872 right: 3em;
873 } 873 }
874 874
875 .item-group h2 875 .item-group h2
876 { 876 {
877 margin: 0; 877 margin: 0;
878 } 878 }
879 } 879 }
880
881 /* Horizontal List
882 ******************************************************************************/
883
884 .horizontal-list
885 {
886 display: inline;
887 list-style: none;
888 }
889
890 .horizontal-list,
891 .content .horizontal-list
892 {
893 padding: 0;
894 }
895
896 .horizontal-list li
897 {
898 display: inline;
899 list-style: none;
900 }
OLDNEW
« no previous file with comments | « pages/download.tmpl ('k') | static/img/abb-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld