diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-14 02:05:31 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:05:12 +0300 |
commit | 2d360e8a6d99b510f06d42a1590ecafe7c3c7896 (patch) | |
tree | 9c5af9ea5eb306a983078168e5ce71aea9cc2ad9 /printing_templates | |
parent | 4f9349f5487d59627b8b27875275c70c7fc913b1 (diff) | |
download | subsurface-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.html | 3 |
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 { |