1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-21 14:32:37 +01:00
bitcoin-s/api/lib/print.css

12 lines
272 B
CSS
Raw Normal View History

@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;
}
}