🐛 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

@ -5,6 +5,17 @@
/* + + + + + global + + + + + */
#plugin__highlightparent {
clear: none;
display: block;
position: relative;
+ * {
clear: both;
padding-top: 1em; // as h1
}
}
@media @screen_max-md {
#plugin__highlightparent {
clear: both;