 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: templates/minimal.tmpl | 
| =================================================================== | 
| --- a/templates/minimal.tmpl | 
| +++ b/templates/minimal.tmpl | 
| @@ -27,16 +27,18 @@ | 
| {% block head %} | 
| {{ head | safe }} | 
| {% endblock %} | 
| </head> | 
| <body> | 
| <? include navbar ?> | 
| + <div class="body-container"> | 
| 
juliandoucette
2018/03/12 17:08:19
NIT: I think that this could/should be an ID to be
 
ire
2018/03/13 08:31:36
I think it should be an ID too. Also to enforce th
 
juliandoucette
2018/03/13 12:14:04
Acknowledged.
 | 
| {% block body %} | 
| {{ body | safe }} | 
| {% endblock %} | 
| + </div> | 
| <? include footer ?> | 
| <? include scripts ?> | 
| </body> | 
| </html> |