PSF-LoginServer/lib/print.css
2020-08-26 04:22:45 +00:00

12 lines
272 B
CSS

@media print {
* {
text-decoration: none;
font-family: "Lato", Arial, sans-serif;
border-width: 0px;
margin: 0px;
}
#textfilter, #package, #subpackage-spacer, #memberfilter, #filterby, div#definition .big-circle {
display: none !important;
}
}