dokuwiki-template-sprintdoc.../css/plugins/highlight_parent.less
Jana Deutschländer cbc7dfe5f0 improve less formating - part 1 (plugin modules)
- remove @author from comments
- adjust the spacing
2019-04-10 16:00:53 +02:00

22 lines
368 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;
}
}