summaryrefslogtreecommitdiffstats
path: root/printing_templates/two_dives.html
diff options
context:
space:
mode:
Diffstat (limited to 'printing_templates/two_dives.html')
-rw-r--r--printing_templates/two_dives.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/printing_templates/two_dives.html b/printing_templates/two_dives.html
index 8a9df0094..0c8eec14c 100644
--- a/printing_templates/two_dives.html
+++ b/printing_templates/two_dives.html
@@ -2,7 +2,7 @@
<head>
<style>
body {
- background-color: {{ template_options.color1 }};
+ {{ print_options.grayscale }};
padding: 0px;
margin: 0px;
font-size: {{ template_options.font_size }}vw;
@@ -15,6 +15,10 @@
float: left;
}
+ #body_div {
+ background-color: {{ template_options.color1 }};
+ }
+
.mainContainer {
width: 96%;
height: 50%;
@@ -103,6 +107,7 @@
</style>
</head>
<body data-numberofdives = 2>
+<div id="body_div">
{% block main_rows %}
{% for dive in dives %}
<div class="mainContainer">
@@ -217,5 +222,6 @@
{% endblock %}
<div id="footer">
<div>
+</div>
</body>
</html>