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

Delta Between Two Patch Sets: static/css/index.css

Issue 29576555: Noissue - Moved new apb.org #content padding to index*.css (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Left Patch Set: Created Oct. 14, 2017, 1:06 p.m.
Right Patch Set: Fixed desktop/mobile mix-up Created Oct. 16, 2017, 12:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | static/css/index-mobile.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #content 1 #content
2 { 2 {
3 padding-top: 2.5em; 3 padding-top: 5em;
4 } 4 }
5 5
6 #key-facts h1 6 #key-facts h1
7 { 7 {
8 font-size: 16px; 8 font-size: 16px;
9 } 9 }
10 10
11 #content .sprite 11 #content .sprite
12 { 12 {
13 background-image: url(../img/sprite-index.png); 13 background-image: url(../img/sprite-index.png);
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 line-height: 1.4; 610 line-height: 1.4;
611 color: #000; 611 color: #000;
612 background-color: #fff; 612 background-color: #fff;
613 border: 2px solid #a1a1a1; 613 border: 2px solid #a1a1a1;
614 } 614 }
615 615
616 #ready-for-windows-notice 616 #ready-for-windows-notice
617 { 617 {
618 margin-bottom: 30px; 618 margin-bottom: 30px;
619 } 619 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld