diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-10 17:59:18 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:03:05 +0300 |
commit | cfa34cc0221c206d00c8a8f40a1b0dfddb29aacd (patch) | |
tree | 17379a1ddf0ba5e54a5dda1a8c4f32a34abf30de /printing_templates | |
parent | de889b90adb7489923f9f19e11a15256ea648b80 (diff) | |
download | subsurface-cfa34cc0221c206d00c8a8f40a1b0dfddb29aacd.tar.gz |
Printing: add more padding on the top of the profile
add more padding on the top of the profile so that the
left-right-top padding around the profile is the same.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates')
-rw-r--r-- | printing_templates/One Dive.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 546fc2f07..176698616 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -51,8 +51,8 @@ .innerContainer { width: 100%; - height: 100%; - padding: 0%; + height: 99%; + padding-top: 1%; overflow: hidden; } |