| LEFT | RIGHT |
| (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 Loading... |
| 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 Loading... |
| 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 } |
| LEFT | RIGHT |