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

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

Issue 29735569: Fixes #19 - Define how conditional text should be displayed on the index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Separate conditional blocks Created April 5, 2018, 7:23 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 | « includes/hero-download-conditional.tmpl ('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 /****************************************************************************** 10 /******************************************************************************
11 * Browser-based styles
12 *****************************************************************************/
13
14 .show-on-msie { display: none; }
15 .msie .show-on-msie { display: block; }
16 .msie .hide-on-msie { display: none; }
17
18 /******************************************************************************
11 * #hero-download 19 * #hero-download
12 *****************************************************************************/ 20 *****************************************************************************/
13 21
14 #hero-download 22 #hero-download
15 { 23 {
16 padding: 3em 1em; 24 padding: 3em 1em;
17 } 25 }
18 26
19 @media (min-width: 576px) and (max-width: 1023px) 27 @media (min-width: 576px) and (max-width: 1023px)
20 { 28 {
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 * #footnote 337 * #footnote
330 *****************************************************************************/ 338 *****************************************************************************/
331 339
332 #footnote 340 #footnote
333 { 341 {
334 padding-top: 3em; 342 padding-top: 3em;
335 padding-bottom: 2em; 343 padding-bottom: 2em;
336 font-size: 13px; 344 font-size: 13px;
337 color: #7d7d7d; 345 color: #7d7d7d;
338 } 346 }
OLDNEW
« no previous file with comments | « includes/hero-download-conditional.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld