1/**
2 * This file provides styles for the sitemapnavi plugin
3 */
4
5#plugin__sitemapnavi {
6    padding-bottom: @nav-margin;
7    margin-bottom: @nav-margin;
8    border-bottom: 1px solid @ini_nav_menu_color;
9
10    label {
11        padding-left: 0.5em;
12    }
13
14    li {
15        line-height: @line-height-bigger;
16
17        li {
18            margin-left: 0.75em;
19        }
20    }
21}
22
23.wide-content #plugin__sitemapnavi {
24    display: none;
25}
26