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

Delta Between Two Patch Sets: static/css/index-mobile.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 | « static/css/index.css ('k') | static/css/main.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 text-align: center; 3 text-align: center;
4 padding-top: 5em; 4 padding-top: 2.5em;
5 } 5 }
6 6
7 #abb-banner 7 #abb-banner
8 { 8 {
9 padding: 20px; 9 padding: 20px;
10 } 10 }
11 11
12 #abb-banner h2 12 #abb-banner h2
13 { 13 {
14 font-size: 24px; 14 font-size: 24px;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 #key-facts section.border-right 105 #key-facts section.border-right
106 { 106 {
107 padding-bottom: 25px; 107 padding-bottom: 25px;
108 border-bottom: 1px dotted black; 108 border-bottom: 1px dotted black;
109 } 109 }
110 110
111 #footnote 111 #footnote
112 { 112 {
113 padding: 0px 20px; 113 padding: 0px 20px;
114 } 114 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld