mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
tweaks to print view of graphs
This commit is contained in:
parent
cd72d6807a
commit
02424ac789
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,7 @@ body {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 80em;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.graph h1 {
|
||||
|
@ -67,6 +68,12 @@ body {
|
|||
padding: 0.5em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.range-box {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.range-box-pad {
|
||||
height: 4em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue