diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html
index c5b1d4ba9..3141d0f3e 100644
--- a/printing_templates/Flowlayout.html
+++ b/printing_templates/Flowlayout.html
@@ -15,6 +15,11 @@
font-size: {{ template_options.font_size }}vw;
}
+ p {
+ float: left;
+ font-size: {{ template_options.font_size }}vw;
+ }
+
table {
-webkit-box-sizing: border-box;
box-sizing: border-box;
@@ -108,7 +113,7 @@
Dive No.
- {{ dive.number }}
+ {{ dive.number }}
|
@@ -116,7 +121,7 @@
Date
- {{ dive.date }}
+ {{ dive.date }}
|
@@ -124,7 +129,7 @@
Location
- {{ dive.location }}
+ {{ dive.location }}
|
@@ -132,7 +137,7 @@
Max depth
- {{ dive.depth }}
+ {{ dive.depth }}
|
@@ -140,7 +145,7 @@
Duration
- {{ dive.duration }}
+ {{ dive.duration }}
|
@@ -150,7 +155,7 @@
Time.
- {{ dive.time }}
+ {{ dive.time }}
|
@@ -158,7 +163,7 @@
Air Temp.
- {{ dive.airTemp }}
+ {{ dive.airTemp }}
|
@@ -166,7 +171,7 @@
Water Temp.
- {{ dive.waterTemp }}
+ {{ dive.waterTemp }}
|
@@ -174,7 +179,7 @@
Buddy
- {{ dive.buddy }}
+ {{ dive.buddy }}
|
@@ -182,7 +187,7 @@
Dive Master
- {{ dive.divemaster }}
+ {{ dive.divemaster }}
|
@@ -197,7 +202,7 @@
- {{ dive.notes }}
+ {{ dive.notes }}
|
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html
index 4bf15decd..362af29eb 100644
--- a/printing_templates/One Dive.html
+++ b/printing_templates/One Dive.html
@@ -15,6 +15,11 @@
font-size: {{ template_options.font_size }}vw;
}
+ p {
+ float: left;
+ font-size: {{ template_options.font_size }}vw;
+ }
+
table {
-webkit-box-sizing: border-box;
box-sizing: border-box;
@@ -121,7 +126,7 @@
Dive No.
- {{ dive.number }}
+ {{ dive.number }}
|
@@ -129,7 +134,7 @@
Date
- {{ dive.date }}
+ {{ dive.date }}
|
@@ -137,7 +142,7 @@
Location
- {{ dive.location }}
+ {{ dive.location }}
|
@@ -145,7 +150,7 @@
Max depth
- {{ dive.depth }}
+ {{ dive.depth }}
|
@@ -153,7 +158,7 @@
Duration
- {{ dive.duration }}
+ {{ dive.duration }}
|
@@ -163,7 +168,7 @@
Time.
- {{ dive.time }}
+ {{ dive.time }}
|
@@ -171,7 +176,7 @@
Air Temp.
- {{ dive.airTemp }}
+ {{ dive.airTemp }}
|
@@ -179,7 +184,7 @@
Water Temp.
- {{ dive.waterTemp }}
+ {{ dive.waterTemp }}
|
@@ -187,7 +192,7 @@
Buddy
- {{ dive.buddy }}
+ {{ dive.buddy }}
|
@@ -195,7 +200,7 @@
Dive Master
- {{ dive.divemaster }}
+ {{ dive.divemaster }}
|
@@ -210,7 +215,7 @@
- {{ dive.notes }}
+ {{ dive.notes }}
|
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 @@
Dive No.
- {{ dive.number }}
+ {{ dive.number }}
|
@@ -140,7 +145,7 @@
Date
- {{ dive.date }}
+ {{ dive.date }}
|
@@ -148,7 +153,7 @@
Location
- {{ dive.location }}
+ {{ dive.location }}
|
@@ -156,7 +161,7 @@
Max depth
- {{ dive.depth }}
+ {{ dive.depth }}
|
@@ -164,7 +169,7 @@
Duration
- {{ dive.duration }}
+ {{ dive.duration }}
|
@@ -174,7 +179,7 @@
Time.
- {{ dive.time }}
+ {{ dive.time }}
|
@@ -182,7 +187,7 @@
Air Temp.
- {{ dive.airTemp }}
+ {{ dive.airTemp }}
|
@@ -190,7 +195,7 @@
Water Temp.
- {{ dive.waterTemp }}
+ {{ dive.waterTemp }}
|
@@ -198,7 +203,7 @@
Buddy
- {{ dive.buddy }}
+ {{ dive.buddy }}
|
@@ -206,7 +211,7 @@
Dive Master
- {{ dive.divemaster }}
+ {{ dive.divemaster }}
|
@@ -223,7 +228,7 @@
- {{ dive.notes }}
+ {{ dive.notes }}
|