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

Side by Side Diff: 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
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/css/index-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content
2 {
3 padding-top: 5em;
4 }
5
1 #key-facts h1 6 #key-facts h1
2 { 7 {
3 font-size: 16px; 8 font-size: 16px;
4 } 9 }
5 10
6 #content .sprite 11 #content .sprite
7 { 12 {
8 background-image: url(../img/sprite-index.png); 13 background-image: url(../img/sprite-index.png);
9 } 14 }
10 15
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 line-height: 1.4; 610 line-height: 1.4;
606 color: #000; 611 color: #000;
607 background-color: #fff; 612 background-color: #fff;
608 border: 2px solid #a1a1a1; 613 border: 2px solid #a1a1a1;
609 } 614 }
610 615
611 #ready-for-windows-notice 616 #ready-for-windows-notice
612 { 617 {
613 margin-bottom: 30px; 618 margin-bottom: 30px;
614 } 619 }
OLDNEW
« no previous file with comments | « no previous file | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld