diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-04 08:01:53 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:02:12 +0300 |
commit | 9c13e7a071e85de5bf71924ebf280a052ea1b64a (patch) | |
tree | 13d6064c3051cf1613fca93b48657f5f0d574f46 /printing_templates/One Dive.html | |
parent | 88c19adc7880d21aed4fa0e498d0291c5fd9f9d4 (diff) | |
download | subsurface-9c13e7a071e85de5bf71924ebf280a052ea1b64a.tar.gz |
Printing: enhance templates layout
Make better use of extra spaces, and decrease the margin sizes.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates/One Dive.html')
-rw-r--r-- | printing_templates/One Dive.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index ff0d8cd40..24108c69f 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -86,14 +86,14 @@ .table_class { float: left; - margin: 1%; - width: 48%; + margin: 0.5%; + width: 49%; } .notes_table_class { overflow: hidden; - width: 98%; - margin: 1%; + width: 99%; + margin: 0.5%; } .textArea { |