summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--printing_templates/Two Dives.html13
1 files changed, 8 insertions, 5 deletions
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;
}