mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
ebd83b15da
commit
dc56d1fa54
3 changed files with 0 additions and 15 deletions
|
@ -56,11 +56,6 @@
|
||||||
|
|
||||||
.diveDetails {
|
.diveDetails {
|
||||||
width: 98%;
|
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;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -59,11 +59,6 @@
|
||||||
.diveDetails {
|
.diveDetails {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
height: 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;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,11 +41,6 @@
|
||||||
margin-top: 1%;
|
margin-top: 1%;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
overflow: hidden;
|
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 {
|
.table_class {
|
||||||
|
|
Loading…
Reference in a new issue