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

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29565748: Issue 5834 - Removed learn more section from the adblockplus.org homepage (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Left Patch Set: Created Oct. 5, 2017, 3:50 p.m.
Right 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:
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/index-mobile.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 width: 990px; 3 width: 990px;
4 margin-bottom: 290px; 4 margin-bottom: 290px;
5 padding-left: 0; 5 padding-left: 0;
6 padding-right: 0; 6 padding-right: 0;
7 } 7 }
8 8
9 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 143 {
144 width: 225px; 144 width: 225px;
145 } 145 }
146 146
147 #pageactions 147 #pageactions
148 { 148 {
149 margin-left: 0; 149 margin-left: 0;
150 margin-right: 0; 150 margin-right: 0;
151 width: 100%; 151 width: 100%;
152 } 152 }
153
154 #more, #less
155 {
156 position: absolute;
157 left: 50%;
158 bottom: 220px;
159 *bottom: -70px;
160 *margin-bottom: 0px;
161 _margin-bottom: 470px;
162 width: 200px;
163 margin-left: 200px;
164 border-radius: 4px 4px 0px 0px;
165 }
166
167 #sidebar
168 {
169 width: 220px;
170 padding-top: 60px;
171 }
172
173 #more-tabs #sidebar button
ire 2017/10/05 20:26:48 #more-tabs has also been deleted
juliandoucette 2017/10/06 10:21:11 Done.
174 {
175 display: block;
176 }
177
178 .more-tab
ire 2017/10/05 20:26:48 .more-tab has also been deleted
juliandoucette 2017/10/06 10:21:10 Done.
179 {
180 width: 760px;
181 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld