From e01549cce88487098c2ed35a1d5836486704e932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Fri, 5 Apr 2019 17:42:24 +0200 Subject: [PATCH] Do not show anchor links when printing, at all --- xmpp.v2.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xmpp.v2.css b/xmpp.v2.css index 1bae245f..07124da0 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -1660,3 +1660,9 @@ margin-left: 1.5em; } } + +@media print { + a.anchor-link { + display: none; + } +}