diff options
Diffstat (limited to 'printing_templates/One Dive.html')
-rw-r--r-- | printing_templates/One Dive.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 7192610d4..a9ee00471 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -4,7 +4,7 @@ body { {{ print_options.grayscale }}; padding: 0; - margin: 0 0 0 6%; <!-- Provide LH margin for binding the page --> + margin: 0 0 0 6%; <!-- Provide LH margin for binding the page --> font-size: {{ template_options.font_size }}vw; line-height: {{ template_options.line_spacing }}; font-family: {{ template_options.font }}; @@ -239,15 +239,13 @@ </tr> </tbody> </table> - </div> <!-- notesSection --> + </div> <!-- notesSection --> - </div> <!-- innerContainer --> - </div> <!-- mainContainer --> + </div> <!-- innerContainer --> + </div> <!-- mainContainer --> {% endfor %} {% endblock %} - -</div> <!-- Body_div --> - +</div> </body> </html> |