Printing: remove the outer most border for all templates

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
Gehad elrobey 2015-08-07 16:45:07 +02:00 committed by Lubomir I. Ivanov
parent ebd83b15da
commit dc56d1fa54
3 changed files with 0 additions and 15 deletions

View file

@ -56,11 +56,6 @@
.diveDetails {
width: 98%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
border-color: {{ template_options.color6 }};
float: left;
}

View file

@ -59,11 +59,6 @@
.diveDetails {
width: 98%;
height: 98%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
border-color: {{ template_options.color6 }};
float: left;
}

View file

@ -41,11 +41,6 @@
margin-top: 1%;
margin-bottom: 1%;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
border-color: {{ template_options.color6 }};
}
.table_class {