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.html27
1 files changed, 16 insertions, 11 deletions
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html
index f3ecccebd..ed1013e18 100644
--- a/printing_templates/Two Dives.html
+++ b/printing_templates/Two Dives.html
@@ -15,6 +15,11 @@
float: left;
}
+ p {
+ font-size: {{ template_options.font_size }}vw;
+ float: left;
+ }
+
#body_div {
background-color: {{ template_options.color1 }};
}
@@ -132,7 +137,7 @@
<h1> Dive No. </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.number }} </h1>
+ <p> {{ dive.number }} </p>
</td>
</tr>
<tr>
@@ -140,7 +145,7 @@
<h1> Date </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.date }} </h1>
+ <p> {{ dive.date }} </p>
</td>
</tr>
<tr>
@@ -148,7 +153,7 @@
<h1> Location </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.location }} </h1>
+ <p> {{ dive.location }} </p>
</td>
</tr>
<tr>
@@ -156,7 +161,7 @@
<h1> Max depth </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.depth }} </h1>
+ <p> {{ dive.depth }} </p>
</td>
</tr>
<tr>
@@ -164,7 +169,7 @@
<h1> Duration </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.duration }} </h1>
+ <p> {{ dive.duration }} </p>
</td>
</tr>
</tbody></table>
@@ -174,7 +179,7 @@
<h1> Time. </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.time }} </h1>
+ <p> {{ dive.time }} </p>
</td>
</tr>
<tr>
@@ -182,7 +187,7 @@
<h1> Air Temp. </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.airTemp }} </h1>
+ <p> {{ dive.airTemp }} </p>
</td>
</tr>
<tr>
@@ -190,7 +195,7 @@
<h1> Water Temp. </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.waterTemp }} </h1>
+ <p> {{ dive.waterTemp }} </p>
</td>
</tr>
<tr>
@@ -198,7 +203,7 @@
<h1> Buddy </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.buddy }} </h1>
+ <p> {{ dive.buddy }} </p>
</td>
</tr>
<tr>
@@ -206,7 +211,7 @@
<h1> Dive Master </h1>
</td>
<td class="fieldData">
- <h1> {{ dive.divemaster }} </h1>
+ <p> {{ dive.divemaster }} </p>
</td>
</tr>
</tbody></table>
@@ -223,7 +228,7 @@
<tr>
<td class="fieldData">
<div class="textArea">
- <h1> {{ dive.notes }} </h1>
+ <p> {{ dive.notes }} </p>
</div>
</td>
</tr>