From dc56d1fa54e97d562a7b4df166faadf0b73e410c Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Fri, 7 Aug 2015 16:45:07 +0200 Subject: Printing: remove the outer most border for all templates Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Flowlayout.html | 5 ----- printing_templates/One Dive.html | 5 ----- printing_templates/Two Dives.html | 5 ----- 3 files changed, 15 deletions(-) (limited to 'printing_templates') diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 3141d0f3e..a322738ba 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -56,11 +56,6 @@ .diveDetails { width: 98%; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border:max(1px, 0.1vw); - border-style:solid; - border-color: {{ template_options.color6 }}; float: left; } diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 362af29eb..92ab3cf84 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -59,11 +59,6 @@ .diveDetails { width: 98%; height: 98%; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border:max(1px, 0.1vw); - border-style:solid; - border-color: {{ template_options.color6 }}; float: left; } diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index ed1013e18..66b5bf46d 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -41,11 +41,6 @@ margin-top: 1%; margin-bottom: 1%; overflow: hidden; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border:max(0.1vw, 1px); - border-style:solid; - border-color: {{ template_options.color6 }}; } .table_class { -- cgit v1.2.3-70-g09d2