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

Side by Side Diff: 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
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:
View unified diff | Download patch
« no previous file with comments | « includes/hero-download.html ('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 7
8 /****************************************************************************** 8 /******************************************************************************
9 * Browser-based styles 9 * Browser-based styles
10 *****************************************************************************/ 10 *****************************************************************************/
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 } 84 }
85 85
86 #hero-download-alternate
87 {
88 font-size: smaller;
89 }
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;
94 padding-bottom: 0.8em; 99 padding-bottom: 0.8em;
95 } 100 }
(...skipping 243 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 }
OLDNEW
« no previous file with comments | « includes/hero-download.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld