1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-22 07:38:52 -05:00

Remove :target hack -- it breaks the line-wrapping in the targeted headings

This commit is contained in:
Jonas Schäfer 2019-04-04 18:38:44 +02:00
parent 3f29a910da
commit 300bbec7b2

View File

@ -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;
}