Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/minimal.tmpl

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
Patch Set: Created March 12, 2018, 5:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« templates/default.tmpl ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {# 1 {#
2 # This file is part of the Adblock Plus website, 2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-present eyeo GmbH 3 # Copyright (C) 2006-present eyeo GmbH
4 # 4 #
5 # Adblock Plus is free software: you can redistribute it and/or modify 5 # Adblock Plus is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 3 as 6 # it under the terms of the GNU General Public License version 3 as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
8 # 8 #
9 # Adblock Plus is distributed in the hope that it will be useful, 9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 14 matching lines...) Expand all
25 <? include polyfills ?> 25 <? include polyfills ?>
26 26
27 {% block head %} 27 {% block head %}
28 {{ head | safe }} 28 {{ head | safe }}
29 {% endblock %} 29 {% endblock %}
30 </head> 30 </head>
31 31
32 <body> 32 <body>
33 <? include navbar ?> 33 <? include navbar ?>
34 34
35 <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.
35 {% block body %} 36 {% block body %}
36 {{ body | safe }} 37 {{ body | safe }}
37 {% endblock %} 38 {% endblock %}
39 </div>
38 40
39 <? include footer ?> 41 <? include footer ?>
40 <? include scripts ?> 42 <? include scripts ?>
41 </body> 43 </body>
42 </html> 44 </html>
OLDNEW
« templates/default.tmpl ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld