
When installed the navigation can be switched between the default sidebar based navigation and the site tree
10 lines
233 B
Text
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;
|
|
}
|
|
}
|