diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-07 16:45:07 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:02:51 +0300 |
commit | dc56d1fa54e97d562a7b4df166faadf0b73e410c (patch) | |
tree | b36d65353eee8c8d6bf93cf25c4627d6d30648ab /printing_templates/Two Dives.html | |
parent | ebd83b15dad4343d38bf5485b2308f0e5c079120 (diff) | |
download | subsurface-dc56d1fa54e97d562a7b4df166faadf0b73e410c.tar.gz |
Printing: remove the outer most border for all templates
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates/Two Dives.html')
-rw-r--r-- | printing_templates/Two Dives.html | 5 |
1 files changed, 0 insertions, 5 deletions
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 { |