summaryrefslogtreecommitdiffstats
path: root/printing_templates
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-08-14 02:05:31 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-08-15 15:05:12 +0300
commit2d360e8a6d99b510f06d42a1590ecafe7c3c7896 (patch)
tree9c5af9ea5eb306a983078168e5ce71aea9cc2ad9 /printing_templates
parent4f9349f5487d59627b8b27875275c70c7fc913b1 (diff)
downloadsubsurface-2d360e8a6d99b510f06d42a1590ecafe7c3c7896.tar.gz
Printing: add table backgrounds and borders to six dives template
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates')
-rw-r--r--printing_templates/Six Dives.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html
index 5b2652f05..3f2c7b95e 100644
--- a/printing_templates/Six Dives.html
+++ b/printing_templates/Six Dives.html
@@ -8,6 +8,7 @@
font-size: {{ template_options.font_size }}vw;
line-height: {{ template_options.line_spacing }};
font-family: {{ template_options.font }};
+ color: {{ template_options.color4 }};
}
h1 {
@@ -69,6 +70,8 @@
border-style:solid;
border-color: {{ template_options.color6 }};
font-size: {{ template_options.font_size }}vw;
+ background-color: {{ template_options.color3 }};
+ color: {{ template_options.color4 }};
}
.notes_table_class {