diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-08 01:39:46 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:02:57 +0300 |
commit | d72ba4f15a2616888a777bf2b70c7df639979f31 (patch) | |
tree | 0b52ce503e3192ef36041efda41b3553c5d2b737 /printing_templates/Six Dives.html | |
parent | 636c26feedb3abc1784747fac9b31aeb2fcee3bd (diff) | |
download | subsurface-d72ba4f15a2616888a777bf2b70c7df639979f31.tar.gz |
Printing: remove templates additional margins
Remove extra margins and paddings in templates.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates/Six Dives.html')
-rw-r--r-- | printing_templates/Six Dives.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html index 65d81f1cb..1d3966d3b 100644 --- a/printing_templates/Six Dives.html +++ b/printing_templates/Six Dives.html @@ -47,7 +47,7 @@ .innerContainer { height: 98%; width: 98%; - padding: 0%; + padding: 1%; margin-top: 1%; margin-bottom: 1%; overflow: hidden; @@ -86,7 +86,7 @@ } .diveDetails { - width: 98.5%; + width: 100%; float: left; } |