dokuwiki-template-sprintdoc.../css/plugins/include.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

31 lines
663 B
Text

/**
* This file provides the main design styles
* across all template elements (typo, colors etc.)
*/
#dokuwiki__content .plugin_include_content {
> h1,
> .section_highlight h1 {
padding-top: @font-size-head1;
}
> h2,
> .section_highlight h2 {
padding-top: @font-size-head2;
}
> h3,
> .section_highlight h3 {
padding-top: @font-size-head3;
}
> h4,
> .section_highlight h4 {
padding-top: @font-size-head4;
}
> h5,
> .section_highlight h5 {
padding-top: @font-size-head5;
}
> h6,
> .section_highlight h6 {
padding-top: @font-size-head6;
}
}