1
0
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:
Jonas Schäfer 2019-04-05 17:42:24 +02:00
parent cd33df07bc
commit e01549cce8

View File

@ -1660,3 +1660,9 @@
margin-left: 1.5em;
}
}
@media print {
a.anchor-link {
display: none;
}
}