mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Printing: remove the outer border from table template
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
d7f1a6b96e
commit
efe8dc9b57
1 changed files with 5 additions and 5 deletions
|
@ -21,6 +21,11 @@
|
|||
-webkit-column-break-inside: avoid;
|
||||
padding-top: 1vh;
|
||||
padding-bottom: 1vh;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border:max(1px, 0.1vw);
|
||||
border-style:solid;
|
||||
border-color: {{ template_options.color6 }};
|
||||
}
|
||||
|
||||
#body_div {
|
||||
|
@ -43,11 +48,6 @@
|
|||
overflow: hidden;
|
||||
width: 100%;
|
||||
margin: 0%;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border:max(0.1vw, 1px);
|
||||
border-style:solid;
|
||||
border-color: {{ template_options.color6 }};
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue