dokuwiki-template-sprintdoc.../css/plugins/highlight_parent.less
Michael Große 28b3de4faf
🐛 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
2018-08-30 13:49:07 +02:00

24 lines
370 B
Text

/**
* This file provides styles for highlight plugin
*/
/* + + + + + global + + + + + */
#plugin__highlightparent {
clear: none;
display: block;
position: relative;
+ * {
clear: both;
padding-top: 1em; // as h1
}
}
@media @screen_max-md {
#plugin__highlightparent {
clear: both;
margin-top: 1rem;
}
}