🐛 Fix styles hiding highlightparent plugin

plugin filename had typo, when z-index: -1 was removed from dokuwiki__content::before side-effects
on highlightparent weren't checked
This commit is contained in:
Michael Große 2018-08-30 13:47:06 +02:00
commit 28b3de4faf
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 11 additions and 10 deletions

View file

@ -27,16 +27,6 @@
clear: both;
padding-top: 1em; // as h1
}
#plugin__highlightparent {
clear: none;
display: block;
+ * {
clear: both;
padding-top: 1em; // as h1
}
}
}
}
}