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

Delta Between Two Patch Sets: static/css/index.css

Issue 29756797: Fixes #47 - Add link beneath install button to download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Created April 19, 2018, 3:30 p.m.
Right Patch Set: Address comments #2 Created April 23, 2018, 1:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « includes/hero-download.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 *****************************************************************************/
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 /* force break without <br> on large screens */ 74 /* force break without <br> on large screens */
75 #hero-download h1 .avoid-wrap:first-of-type 75 #hero-download h1 .avoid-wrap:first-of-type
76 { 76 {
77 display: block; 77 display: block;
78 } 78 }
79 } 79 }
80 80
81 #hero-download-tos 81 #hero-download-tos
82 { 82 {
83 margin-bottom: 0.5em; 83 margin-bottom: 0.5em;
84 }
85
86 #hero-download-alternate
87 {
88 font-size: smaller;
84 } 89 }
85 90
86 #hero-download-button 91 #hero-download-button
87 { 92 {
88 display: inline-block; 93 display: inline-block;
89 min-width: 250px; 94 min-width: 250px;
90 /* stretch full-width <= small tablets */ 95 /* stretch full-width <= small tablets */
91 width: 100%; 96 width: 100%;
92 /* 0.2em taller than normal buttons */ 97 /* 0.2em taller than normal buttons */
93 padding-top: 0.8em; 98 padding-top: 0.8em;
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 * #footnote 344 * #footnote
340 *****************************************************************************/ 345 *****************************************************************************/
341 346
342 #footnote 347 #footnote
343 { 348 {
344 padding-top: 3em; 349 padding-top: 3em;
345 padding-bottom: 2em; 350 padding-bottom: 2em;
346 font-size: 13px; 351 font-size: 13px;
347 color: #7d7d7d; 352 color: #7d7d7d;
348 } 353 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld