 Issue 29756797:
  Fixes #47 - Add link beneath install button to download page  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29756797:
  Fixes #47 - Add link beneath install button to download page  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Index: static/css/index.css | 
| =================================================================== | 
| --- a/static/css/index.css | 
| +++ b/static/css/index.css | 
| @@ -78,16 +78,21 @@ | 
| } | 
| } | 
| #hero-download-tos | 
| { | 
| margin-bottom: 0.5em; | 
| } | 
| +#hero-download-alternate | 
| +{ | 
| + font-size: smaller; | 
| +} | 
| + | 
| #hero-download-button | 
| { | 
| display: inline-block; | 
| min-width: 250px; | 
| /* stretch full-width <= small tablets */ | 
| width: 100%; | 
| /* 0.2em taller than normal buttons */ | 
| padding-top: 0.8em; |