added a print stylesheet for the project pages

master
mb 2 months ago
parent a773014b8c
commit e2a00052b2

@ -201,6 +201,30 @@ section#main{
font-size:0.73em;
}
}
@media print{
*{
position: relative !important;
}
#hleft-text,
#inner-hleft-text,
#ihtp{
width: 100%;
height: 100% !important;
display: block !important;
background: none !important;
box-sizing: unset !important;
color: black;
top: 0;
left: 0;
margin: 0;
padding: 0;
transform: unset !important;
overflow: unset !important;
}
a#homebttn,
a#getback{
color: transparent;
}
}

Loading…
Cancel
Save