summaryrefslogtreecommitdiffstats
path: root/printing_templates/Table.html
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-08-03 18:21:16 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-08-15 15:02:07 +0300
commit8d0101bf3d94d393615f19396bc2ff2d930f531c (patch)
tree480b29f66577fa216d350d4bfebf4ef8545ef71e /printing_templates/Table.html
parent1d22bdc08c04d3726154a5975ff5314c4f290c9d (diff)
downloadsubsurface-8d0101bf3d94d393615f19396bc2ff2d930f531c.tar.gz
Printing: templates should use colors defined in the color palette
Use the colors defined in the color palettes for all font, borders, table sections and backgrounds of all templates. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates/Table.html')
-rw-r--r--printing_templates/Table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Table.html b/printing_templates/Table.html
index c97267405..2668ccb62 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: color: {{ template_options.color5 }};
+ border-color: {{ template_options.color5 }};
}
</style>