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

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

Issue 29693561: Noissue - Update font-family to Source Sans Pro on abp.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 14, 2018, 6:12 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 | « static/css/fonts.css ('k') | static/fonts/Source-Sans-Pro/300/cyrillic.woff2 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *
2 {
3 font-family: Arial, sans;
4 font-size: 16px;
5 }
6
7 body 1 body
8 { 2 {
3 font-family: "Source Sans Pro", Arial, sans-serif;
9 margin: 0; 4 margin: 0;
10 /* Start below fixed navbar */ 5 /* Start below fixed navbar */
11 padding-top: 4em; 6 padding-top: 4em;
12 line-height: 1.5; 7 line-height: 1.5;
13 } 8 }
14 9
15 #content, 10 #content,
16 #blog 11 #blog
17 { 12 {
18 padding-bottom: 2em; 13 padding-bottom: 2em;
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 left: 50%; 785 left: 50%;
791 width: 80px; 786 width: 80px;
792 margin-top: -60px; 787 margin-top: -60px;
793 margin-left: -40px; 788 margin-left: -40px;
794 } 789 }
795 790
796 .hide-disclaimer .video-play 791 .hide-disclaimer .video-play
797 { 792 {
798 margin-top: -40px; 793 margin-top: -40px;
799 } 794 }
OLDNEW
« no previous file with comments | « static/css/fonts.css ('k') | static/fonts/Source-Sans-Pro/300/cyrillic.woff2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld