25 lines
427 B
Text
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;
|
|
}
|