🐛 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:
parent
ac38b51b04
commit
28b3de4faf
2 changed files with 11 additions and 10 deletions
|
@ -27,16 +27,6 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top: 1em; // as h1
|
padding-top: 1em; // as h1
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin__highlightparent {
|
|
||||||
clear: none;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
+ * {
|
|
||||||
clear: both;
|
|
||||||
padding-top: 1em; // as h1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,17 @@
|
||||||
|
|
||||||
/* + + + + + global + + + + + */
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
|
#plugin__highlightparent {
|
||||||
|
clear: none;
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
+ * {
|
||||||
|
clear: both;
|
||||||
|
padding-top: 1em; // as h1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
#plugin__highlightparent {
|
#plugin__highlightparent {
|
||||||
clear: both;
|
clear: both;
|
Loading…
Add table
Add a link
Reference in a new issue