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

Side by Side Diff: 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
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 | « static/css/index.css ('k') | static/css/main.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 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 padding-top: 2.5em;
4 } 5 }
5 6
6 #abb-banner 7 #abb-banner
7 { 8 {
8 padding: 20px; 9 padding: 20px;
9 } 10 }
10 11
11 #abb-banner h2 12 #abb-banner h2
12 { 13 {
13 font-size: 24px; 14 font-size: 24px;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 #key-facts section.border-right 105 #key-facts section.border-right
105 { 106 {
106 padding-bottom: 25px; 107 padding-bottom: 25px;
107 border-bottom: 1px dotted black; 108 border-bottom: 1px dotted black;
108 } 109 }
109 110
110 #footnote 111 #footnote
111 { 112 {
112 padding: 0px 20px; 113 padding: 0px 20px;
113 } 114 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld