mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
Do not show anchor links when printing, at all
This commit is contained in:
parent
cd33df07bc
commit
e01549cce8
@ -1660,3 +1660,9 @@
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
a.anchor-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user