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

Delta Between Two Patch Sets: 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
Left Patch Set: Change translation strings Created April 16, 2018, 3:06 p.m.
Right Patch Set: Addressed comments #21 Created April 16, 2018, 4 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « includes/index.tmpl ('k') | static/js/index.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 7
8 /****************************************************************************** 8 /******************************************************************************
9 * Browser-based styles 9 * Browser-based styles
10 *****************************************************************************/ 10 *****************************************************************************/
11
12 .show-on-msie { display: none; }
13 .msie .show-on-msie { display: inherit; }
14 .msie .hide-on-msie { display: none; }
11 15
12 .show-on-maxthon { display: none; } 16 .show-on-maxthon { display: none; }
13 .maxthon .show-on-maxthon { display: inherit; } 17 .maxthon .show-on-maxthon { display: inherit; }
14 .maxthon .hide-on-maxthon { display: none; } 18 .maxthon .hide-on-maxthon { display: none; }
15 19
16 /****************************************************************************** 20 /******************************************************************************
17 * #hero-download 21 * #hero-download
18 *****************************************************************************/ 22 *****************************************************************************/
19 23
20 #hero-download 24 #hero-download
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 * #footnote 339 * #footnote
336 *****************************************************************************/ 340 *****************************************************************************/
337 341
338 #footnote 342 #footnote
339 { 343 {
340 padding-top: 3em; 344 padding-top: 3em;
341 padding-bottom: 2em; 345 padding-bottom: 2em;
342 font-size: 13px; 346 font-size: 13px;
343 color: #7d7d7d; 347 color: #7d7d7d;
344 } 348 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld