diff options
Diffstat (limited to 'printing_templates/One Dive.html')
-rw-r--r-- | printing_templates/One Dive.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 92ab3cf84..546fc2f07 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -38,10 +38,10 @@ } .mainContainer { - width: 96%; + width: 98%; height: 100%; - margin-left: 2%; - margin-right: 2%; + margin-left: 1%; + margin-right: 1%; margin-top: 0%; margin-bottom: 0%; overflow: hidden; @@ -50,28 +50,28 @@ } .innerContainer { - width: 98%; - height: 98%; - padding: 1%; + width: 100%; + height: 100%; + padding: 0%; overflow: hidden; } .diveDetails { - width: 98%; + width: 100%; height: 98%; float: left; } .diveProfile { - width: 96%; + width: 99%; height: 40%; - margin: 2%; + margin: 0.5%; } .dataSection { - width: 98%; + width: 100%; height: 40%; - margin: 1%; + margin: 0%; } .fieldTitle { |