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/Table.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/Table.html')
-rw-r--r-- | printing_templates/Table.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/printing_templates/Table.html b/printing_templates/Table.html index c21fc3f33..4d692ef21 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -28,10 +28,10 @@ } .mainContainer { - width: 96%; + width: 99%; height: 100%; - margin-left: 2%; - margin-right: 2%; + margin-left: 0.5%; + margin-right: 0.5%; margin-top: 0%; margin-bottom: 0%; overflow: hidden; @@ -41,8 +41,8 @@ .table_class { overflow: hidden; - width: 97%; - margin: 1.5%; + width: 100%; + margin: 0%; -webkit-box-sizing: border-box; box-sizing: border-box; border:max(0.1vw, 1px); |