 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/main.css | 
| =================================================================== | 
| --- a/static/css/main.css | 
| +++ b/static/css/main.css | 
| @@ -2,24 +2,24 @@ | 
| { | 
| font-family: Arial, sans; | 
| font-size: 16px; | 
| } | 
| body | 
| { | 
| margin: 0; | 
| + padding-top: 4em; | 
| 
ire
2018/03/13 12:24:48
NIT: It could be useful to have a comment about wh
 
juliandoucette
2018/03/13 12:32:54
Acknowledged.
 | 
| line-height: 1.5; | 
| } | 
| #content, | 
| #blog | 
| { | 
| padding-bottom: 2em; | 
| - padding-top: 4em; | 
| } | 
| a img | 
| { | 
| border: none; | 
| } | 
| a:link, a:visited |