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

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

Issue 29565748: Issue 5834 - Removed learn more section from the adblockplus.org homepage (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed more learn more artifacts Created Oct. 6, 2017, 10:20 a.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-desktop.css ('k') | static/js/index.js » ('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 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 #key-facts section.border-right 106 #key-facts section.border-right
107 { 107 {
108 padding-bottom: 25px; 108 padding-bottom: 25px;
109 border-bottom: 1px dotted black; 109 border-bottom: 1px dotted black;
110 } 110 }
111 111
112 #footnote 112 #footnote
113 { 113 {
114 padding: 0px 20px; 114 padding: 0px 20px;
115 } 115 }
116
117 #more, #less
118 {
119 padding: 10px 50px;
120 border-radius: 4px;
121 }
122
123 #sidebar
124 {
125 padding-top: 20px;
126 }
127
128 .more-tab
129 {
130 text-align: left;
131 margin: 10px 10px 0px 10px;
132 }
OLDNEW
« no previous file with comments | « static/css/index-desktop.css ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld