diff options
Diffstat (limited to 'printing_templates/Two Dives.html')
-rw-r--r-- | printing_templates/Two Dives.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 66b5bf46d..eb68cd18d 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -25,10 +25,10 @@ } .mainContainer { - width: 96%; + width: 99%; height: 50%; - margin-left: 2%; - margin-right: 2%; + margin-left: 0.5%; + margin-right: 0.5%; margin-top: 0; margin-bottom: 0; overflow: hidden; @@ -37,7 +37,6 @@ .innerContainer { height: 85%; - padding: 0.5%; margin-top: 1%; margin-bottom: 1%; overflow: hidden; @@ -45,8 +44,7 @@ .table_class { overflow: hidden; - max-width: 25%; - min-width: 25%; + width: 25%; margin: 0.5%; float: left; -webkit-box-sizing: border-box; @@ -58,8 +56,7 @@ .notes_table_class { overflow: hidden; - max-width: 100%; - min-width: 100%; + width: 99%; margin: 0.5%; float: left; -webkit-box-sizing: border-box; @@ -92,7 +89,7 @@ } .diveDetails { - width: 98.5%; + width: 100%; float: left; } |