Fixed margins for printing logbooks

This commit is contained in:
2019-07-16 22:35:24 +02:00
parent 8377834c9e
commit 4c82d3ecab
3 changed files with 508 additions and 20 deletions

View File

@@ -399,3 +399,18 @@ body .ui-state-default a:visited:hover {
margin-right: 100px;
}
}
/*Print support*/
/*Complete ignorant hack 2019-07-16 by Philip Sargent*/
@media only print, print)
{
ul#links {
position: static;
}
body {
margin-left: 0px;
margin-right: 0px;
}
}