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

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

Issue 29768636: Fixes #1 - Changed promo message phrasing on index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockbrowser.org
Patch Set: Addressed #4 Created May 3, 2018, 12:54 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 | « includes/index.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @font-face 1 @font-face
2 { 2 {
3 font-family: "Source Sans Pro"; 3 font-family: "Source Sans Pro";
4 src: url(fonts/SourceSansPro-Light.woff); 4 src: url(fonts/SourceSansPro-Light.woff);
5 /* local("Ø") forces using no local font called Source Sans Pro */ 5 /* local("Ø") forces using no local font called Source Sans Pro */
6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); 6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff");
7 font-weight: 300; 7 font-weight: 300;
8 font-style: normal; 8 font-style: normal;
9 } 9 }
10 10
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 #content 600 #content
601 { 601 {
602 padding: 34px 20px 68px 20px; 602 padding: 34px 20px 68px 20px;
603 } 603 }
604 604
605 #footnotes 605 #footnotes
606 { 606 {
607 margin-top: 34px; 607 margin-top: 34px;
608 } 608 }
609 } 609 }
610
611 .unstyled
612 {
613 color: initial !important;
614 text-decoration: none !important;
615 }
OLDNEW
« no previous file with comments | « includes/index.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld