
plugin filename had typo, when z-index: -1 was removed from dokuwiki__content::before side-effects on highlightparent weren't checked
24 lines
370 B
Text
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;
|
|
}
|
|
}
|