From 300bbec7b27c86f983b14dcc1622f99502d66555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 18:38:44 +0200 Subject: [PATCH] Remove :target hack -- it breaks the line-wrapping in the targeted headings --- xmpp.v2.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/xmpp.v2.css b/xmpp.v2.css index 79599178..4810ff7f 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -1508,14 +1508,3 @@ margin-left: 1em; } } - -h2:target::before, -h3:target::before, -h4:target::before, -h5:target::before, -h6:target::before { - content: ""; - display: block; - height: 1.5rem; - margin-top: -1.5rem; -}