 Issue 29705597:
  Fixes #7 - Updated benefits section on index page  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29705597:
  Fixes #7 - Updated benefits section on index page  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Index: static/css/main.css | 
| =================================================================== | 
| --- a/static/css/main.css | 
| +++ b/static/css/main.css | 
| @@ -711,8 +711,29 @@ | 
| } | 
| /* overriding display:none above */ | 
| #footer #social-list | 
| { | 
| display: block; | 
| } | 
| } | 
| + | 
| +/* Items | 
| + *****************************************************************************/ | 
| + | 
| +.item-group, | 
| +.item-body | 
| +{ | 
| + margin-top: 1em; | 
| + margin-bottom: 1em; | 
| +} | 
| + | 
| +.item | 
| +{ | 
| + padding-top: 2em; | 
| + padding-bottom: 2em; | 
| +} | 
| + | 
| +.item-heading | 
| +{ | 
| + text-transform: uppercase; | 
| +} |