From efe8dc9b5771fe51171060170ac002c82f29e317 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Mon, 10 Aug 2015 20:06:43 +0200 Subject: Printing: remove the outer border from table template Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Table.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'printing_templates') diff --git a/printing_templates/Table.html b/printing_templates/Table.html index 4d692ef21..0a65b2a92 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -21,6 +21,11 @@ -webkit-column-break-inside: avoid; padding-top: 1vh; padding-bottom: 1vh; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border:max(1px, 0.1vw); + border-style:solid; + border-color: {{ template_options.color6 }}; } #body_div { @@ -43,11 +48,6 @@ overflow: hidden; width: 100%; margin: 0%; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border:max(0.1vw, 1px); - border-style:solid; - border-color: {{ template_options.color6 }}; } -- cgit v1.2.3-70-g09d2