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

Side by Side Diff: 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
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.css ('k') | static/css/index-mobile.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 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 #more-container.hidden #more,
168 #more-container.hidden #less
169 {
170 *bottom: -30px;
171 _bottom: 10px;
172 *margin-bottom: -40px;
173 _margin-bottom: 390px;
174 }
175
176 #sidebar
177 {
178 width: 220px;
179 padding-top: 60px;
180 }
181
182 #more-tabs #sidebar button
183 {
184 display: block;
185 }
186
187 .more-tab
188 {
189 width: 760px;
190 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld