dokuwiki-template-sprintdoc.../css/area_main-sidebar-content.less
2017-02-16 15:54:29 +01:00

19 lines
385 B
Text

/**
* This file provides the design styles the non-navigational elements in the sidebar
*/
#dokuwiki__aside {
// do not indent the first level of lists
// and use less indention in deeper levels
ul, ol {
padding-left: 0;
ul, ol {
padding-left: @margin-small;
li {
margin-left: 0;
}
}
}
}