From cfa34cc0221c206d00c8a8f40a1b0dfddb29aacd Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Mon, 10 Aug 2015 17:59:18 +0200 Subject: [PATCH] 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 Signed-off-by: Gehad elrobey --- printing_templates/One Dive.html | 4 ++-- 1 file 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; }