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

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

Issue 29727563: Fixes #35 - Progressively enhance install button with appropriate links and text (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Added inline installation Created March 26, 2018, 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 | « includes/index.tmpl ('k') | static/js/index.js » ('j') | 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;}
8 .maxthon .maxthon-only {display: block;}
9 7
10 #content, 8 #content,
11 #blog 9 #blog
12 { 10 {
13 padding-top: 5em; 11 padding-top: 5em;
14 } 12 }
15 13
16 /****************************************************************************** 14 /******************************************************************************
15 * Browser-based styles
16 *****************************************************************************/
17
18 .show-on-maxthon { display: none; }
19 .maxthon .show-on-maxthon { display: block; }
20 .maxthon .hide-on-maxthon { display: none; }
21
22 /******************************************************************************
17 * #hero-download 23 * #hero-download
18 *****************************************************************************/ 24 *****************************************************************************/
19 25
20 #hero-download 26 #hero-download
21 { 27 {
22 padding-top: 2em; 28 padding-top: 2em;
23 padding-bottom: 2em; 29 padding-bottom: 2em;
24 } 30 }
25 31
26 @media(min-width: 768px) 32 @media(min-width: 768px)
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 * #footnote 344 * #footnote
339 *****************************************************************************/ 345 *****************************************************************************/
340 346
341 #footnote 347 #footnote
342 { 348 {
343 padding-top: 3em; 349 padding-top: 3em;
344 padding-bottom: 2em; 350 padding-bottom: 2em;
345 font-size: 13px; 351 font-size: 13px;
346 color: #7d7d7d; 352 color: #7d7d7d;
347 } 353 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld