dokuwiki-template-sprintdoc.../css/area_main-sidebar-content.less
Andreas Gohr 83e6372c7d some style adjustments for the sidebar
There is no need to differentiate between site tools and the navigation
anymore. Instead now it's differentiated between the navigation tools
and the displayed content.
2017-02-16 15:10:50 +01:00

14 lines
323 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 in the sidebar
ul, ol {
padding-left: 0;
ul, ol {
padding-left: 1.5em; // same padding as defined in base styles
}
}
}