 Issue 29720642:
  Noissue - Added .body-container to provide padding-top for body content and avoid navbar overlap  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29720642:
  Noissue - Added .body-container to provide padding-top for body content and avoid navbar overlap  (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 | 
| @@ -1,12 +1,12 @@ | 
| #content, | 
| #blog | 
| { | 
| - padding-top: 9em; | 
| + padding-top: 5em; | 
| } | 
| #key-facts h1 | 
| { | 
| font-size: 16px; | 
| } | 
| #content .sprite |