printing support
This commit is contained in:
parent
8cb15d3960
commit
e347e72f7e
|
@ -379,3 +379,29 @@ main {
|
|||
width: 20rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
html {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: wrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue