From ebd83b15dad4343d38bf5485b2308f0e5c079120 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Fri, 7 Aug 2015 15:16:32 +0200 Subject: Printing: make the actual data font width regular (not bold) The actual data needs to be regular font not a bold font, so use

instead of

tag for the actual data fields. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Two Dives.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'printing_templates/Two Dives.html') 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 }}

-- cgit v1.2.3-70-g09d2