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: Created March 28, 2018, 2:08 p.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 #content, 10 #content,
11 #blog 11 #blog
12 { 12 {
13 padding-top: 5em; 13 padding-top: 5em;
14 } 14 }
15 15
16 /****************************************************************************** 16 /******************************************************************************
17 * Browser-based styles
ire 2018/03/28 14:11:09 See https://codereview.adblockplus.org/29727563/di
18 *****************************************************************************/
19
20 .show-on-msie { display: none; }
21 .msie .show-on-msie { display: block; }
22 .msie .hide-on-msie { display: none; }
23
24 /******************************************************************************
17 * #hero-download 25 * #hero-download
18 *****************************************************************************/ 26 *****************************************************************************/
19 27
20 #hero-download 28 #hero-download
21 { 29 {
22 padding-top: 2em; 30 padding-top: 2em;
23 padding-bottom: 2em; 31 padding-bottom: 2em;
24 } 32 }
25 33
26 @media(min-width: 768px) 34 @media(min-width: 768px)
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 * #footnote 346 * #footnote
339 *****************************************************************************/ 347 *****************************************************************************/
340 348
341 #footnote 349 #footnote
342 { 350 {
343 padding-top: 3em; 351 padding-top: 3em;
344 padding-bottom: 2em; 352 padding-bottom: 2em;
345 font-size: 13px; 353 font-size: 13px;
346 color: #7d7d7d; 354 color: #7d7d7d;
347 } 355 }
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