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

25 lines
427 B
Text

/**
* This file provides styles for the sitemapnavi plugin
*/
#plugin__sitemapnavi {
padding-bottom: @nav-margin;
margin-bottom: @nav-margin;
border-bottom: 1px solid @ini_nav_menu_color;
label {
padding-left: 0.5em;
}
li {
line-height: @line-height-bigger;
li {
margin-left: 0.75em;
}
}
}
.wide-content #plugin__sitemapnavi {
display: none;
}