mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Adds a very basic print style.
This commit is contained in:
parent
833a8ed13f
commit
db946f2812
1 changed files with 20 additions and 0 deletions
|
@ -34,3 +34,23 @@ body > footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
a[href]:after {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
body > nav {
|
||||||
|
position: static;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
.view, #download {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
body > footer {
|
||||||
|
position: static;
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
#tree {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue