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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-29 12:35:17 -07:00
parent 4687f5d3b4
commit a27623dad0

View file

@ -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;
}