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>
This commit is contained in:
Gehad elrobey 2015-08-14 02:05:31 +02:00 committed by Lubomir I. Ivanov
parent 4f9349f548
commit 2d360e8a6d

View file

@ -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 {