mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
4687f5d3b4
commit
a27623dad0
1 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue