From a27623dad06aa810a07cdea227b0f40d336cec9d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 29 Jul 2015 12:35:17 -0700 Subject: Printing: make better use of the space in Two Dives template There was way too much wasted space and the profile ended up being unnecessarily tiny. Signed-off-by: Dirk Hohndel --- printing_templates/Two Dives.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'printing_templates/Two Dives.html') diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 986f119dd..5dba74303 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -46,7 +46,7 @@ overflow: hidden; max-width: 25%; min-width: 25%; - margin: 1.5%; + margin: 0.5%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; @@ -58,7 +58,7 @@ overflow: hidden; max-width: 100%; min-width: 100%; - margin: 1.5%; + margin: 0.5%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; @@ -73,14 +73,17 @@ } .diveProfile { - width: 37%; + width: 48%; height: 95%; - margin: 1.5%; + margin-left: 0%; + margin-right: 0%; + margin-bottom: 0%; + margin-top: 0.5%; float: right; } .diveDetails { - width: 92%; + width: 98.5%; float: left; } -- cgit v1.2.3-70-g09d2