dokuwiki-template-sprintdoc.../css/plugins/sitemapnavi.less
Andreas Gohr c1e0eaa830 added support for the sitemapnavi plugin
When installed the navigation can be switched between the default
sidebar based navigation and the site tree
2019-03-12 11:09:43 +01:00

10 lines
233 B
Text

#plugin__sitemapnavi {
padding-left: @nav-margin*2.5;
padding-bottom: @nav-margin;
margin-bottom: @nav-margin;
border-bottom: 1px solid @ini_nav_menu_color;
li {
line-height: @line-height-bigger;
}
}