mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-06 13:55:44 +01:00
Fixed margins for printing logbooks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user