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

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

Issue 29723566: Fixes #37 - Refactor cross-promotion.tmpl and abb-notification.json (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:02 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 | « locales/en/abb-notification.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /****************************************************************************** 1 /******************************************************************************
2 * Temparary styles 2 * Temparary styles
3 *****************************************************************************/ 3 *****************************************************************************/
4 4
5 .avoid-wrap {display: inline-block;} 5 .avoid-wrap {display: inline-block;}
6 .small {font-size: smaller;} 6 .small {font-size: smaller;}
7 .maxthon-only {display: none;} 7 .maxthon-only {display: none;}
8 .maxthon .maxthon-only {display: block;} 8 .maxthon .maxthon-only {display: block;}
9 9
10 #content, 10 #content,
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 right: 3em; 269 right: 3em;
270 } 270 }
271 271
272 #features h2 272 #features h2
273 { 273 {
274 margin: 0; 274 margin: 0;
275 } 275 }
276 } 276 }
277 277
278 /****************************************************************************** 278 /******************************************************************************
279 * #abb-notification 279 * #abb-cross-promotion
280 *****************************************************************************/ 280 *****************************************************************************/
281 281
282 #abb-notification 282 #abb-cross-promotion
283 { 283 {
284 padding: 3em 0; 284 padding: 3em 0;
285 } 285 }
286 286
287 #abb-notification h2 287 #abb-cross-promotion h2
288 { 288 {
289 margin-top: 0; 289 margin-top: 0;
290 margin-bottom: 1.5em; 290 margin-bottom: 1.5em;
291 } 291 }
292 292
293 #abb-notification h2, 293 #abb-cross-promotion h2,
294 #abb-notification h3 294 #abb-cross-promotion h3
295 { 295 {
296 text-transform: uppercase; 296 text-transform: uppercase;
297 } 297 }
298 298
299 #abb-logo 299 #abb-logo
300 { 300 {
301 max-width: 10em; 301 max-width: 10em;
302 } 302 }
303 303
304 #abb-app-store-badges 304 #abb-app-store-badges
(...skipping 14 matching lines...) Expand all
319 } 319 }
320 } 320 }
321 321
322 @media (min-width: 576px) 322 @media (min-width: 576px)
323 { 323 {
324 #abb-app-store-badges .one-half 324 #abb-app-store-badges .one-half
325 { 325 {
326 width: 50%; 326 width: 50%;
327 } 327 }
328 328
329 #abb-notification figure, 329 #abb-cross-promotion figure,
330 #abb-app-store-badges 330 #abb-app-store-badges
331 { 331 {
332 padding-left: 2em; 332 padding-left: 2em;
333 padding-right: 2em; 333 padding-right: 2em;
334 } 334 }
335 } 335 }
336 336
337 /****************************************************************************** 337 /******************************************************************************
338 * #footnote 338 * #footnote
339 *****************************************************************************/ 339 *****************************************************************************/
340 340
341 #footnote 341 #footnote
342 { 342 {
343 padding-top: 3em; 343 padding-top: 3em;
344 padding-bottom: 2em; 344 padding-bottom: 2em;
345 font-size: 13px; 345 font-size: 13px;
346 color: #7d7d7d; 346 color: #7d7d7d;
347 } 347 }
OLDNEW
« no previous file with comments | « locales/en/abb-notification.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld