summaryrefslogtreecommitdiffstats
path: root/printing_templates/One Dive.html
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-11-22 20:58:42 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-11-24 19:44:45 +0200
commit6895c0eca5550b449ee616b7d3b3c5beb8b54ab3 (patch)
tree78b4192fa7d6a497a25501c9087a1e29e2a95c99 /printing_templates/One Dive.html
parent4de47fbd8713b422ca66f38299dc2c0dac4d8507 (diff)
downloadsubsurface-6895c0eca5550b449ee616b7d3b3c5beb8b54ab3.tar.gz
printing: delete `One Dive Simple.html` and cleanup
The previous commit by Willem introduced a new HTML template file which is not needed, as it was decided to override the default `One Dive.html`. This patch also include small cleanup in the new version of `One Dive.html`. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'printing_templates/One Dive.html')
-rw-r--r--printing_templates/One Dive.html12
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>