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/Flowlayout.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'printing_templates/Flowlayout.html') 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 }}

-- cgit v1.2.3-70-g09d2