From e0ecccfa7bebaebb532d532f9a40b8d85facdecc Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Fri, 7 Aug 2015 09:53:34 +0200 Subject: Printing: fix color numbers in printing templates After adding the additional 'Table Cells 2' color to the color palette fix the colors assigned to each field. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Table.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'printing_templates/Table.html') diff --git a/printing_templates/Table.html b/printing_templates/Table.html index 2668ccb62..3cf65be96 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -47,7 +47,7 @@ box-sizing: border-box; border:max(0.1vw, 1px); border-style:solid; - border-color: {{ template_options.color5 }}; + border-color: {{ template_options.color6 }}; } @@ -55,7 +55,7 @@
- + @@ -66,7 +66,7 @@ {% block main_rows %} {% for dive in dives %} - + -- cgit v1.2.3-70-g09d2
Dive # Date Time
{{ dive.number }} {{ dive.date }} {{ dive.time }}