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

Side by Side Diff: static/css/index-mobile.css

Issue 29568555: Issue 5723 - Implement new abp.org content style guide (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 7, 2017, 3:33 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
OLDNEW
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0;
juliandoucette 2017/10/07 15:50:07 This prevented the mobile content from centering.
ire 2017/10/09 12:28:48 Acknowledged.
5 margin-right: 0;
6 } 4 }
7 5
8 #abb-banner 6 #abb-banner
9 { 7 {
10 padding: 20px; 8 padding: 20px;
11 } 9 }
12 10
13 #abb-banner h2 11 #abb-banner h2
14 { 12 {
15 font-size: 24px; 13 font-size: 24px;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 #key-facts section.border-right 104 #key-facts section.border-right
107 { 105 {
108 padding-bottom: 25px; 106 padding-bottom: 25px;
109 border-bottom: 1px dotted black; 107 border-bottom: 1px dotted black;
110 } 108 }
111 109
112 #footnote 110 #footnote
113 { 111 {
114 padding: 0px 20px; 112 padding: 0px 20px;
115 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld