no message

This commit is contained in:
Bengt Brodersen 2015-11-30 17:20:08 +01:00
parent a7bec07585
commit ea34ae9a53
2 changed files with 5 additions and 5 deletions

View File

@ -344,7 +344,7 @@
var style = document.createElement('style');
style.id = 'styleSingleCardPage';
style.type = 'text/css';
style.innerHTML = ".card { page-break-after: always; float: none; margin-botom: 0.5cm}"
style.innerHTML = ".card { page-break-after: always; float: none; margin-bottom: 0.5cm}"
jQuery("head", printDocument).append(style);
}
}

View File

@ -80,11 +80,11 @@ body {
.card::after {
overflow: visible;
position: absolute;
top: -0.03rem;
left: -0.03rem;
top: -0.015rem;
left: -0.015rem;
content: "";
width: calc(100% - 0.03cm);
height: calc(100% - 0.03cm);
width: calc(100% - 0.015cm);
height: calc(100% - 0.015cm);
border-color: LightGray;
border-style: dashed;
border-width: 0.03cm;