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: Rebase Created April 3, 2018, 4:04 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
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
8 .maxthon .maxthon-only {display: block;} 8 /******************************************************************************
9 * Browser-based styles
10 *****************************************************************************/
11
12 .show-on-maxthon { display: none; }
13 .maxthon .show-on-maxthon { display: block; }
14 .maxthon .hide-on-maxthon { display: none; }
9 15
10 /****************************************************************************** 16 /******************************************************************************
11 * #hero-download 17 * #hero-download
12 *****************************************************************************/ 18 *****************************************************************************/
13 19
14 #hero-download 20 #hero-download
15 { 21 {
16 padding: 3em 1em; 22 padding: 3em 1em;
17 } 23 }
18 24
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 * #footnote 335 * #footnote
330 *****************************************************************************/ 336 *****************************************************************************/
331 337
332 #footnote 338 #footnote
333 { 339 {
334 padding-top: 3em; 340 padding-top: 3em;
335 padding-bottom: 2em; 341 padding-bottom: 2em;
336 font-size: 13px; 342 font-size: 13px;
337 color: #7d7d7d; 343 color: #7d7d7d;
338 } 344 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/js/index.js » ('j') | static/js/index.js » ('J')

Powered by Google App Engine
This is Rietveld