mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 21:45:36 +01:00
12 lines
272 B
CSS
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;
|
||
|
}
|
||
|
}
|