
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.
14 lines
323 B
Text
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
|
|
}
|
|
}
|
|
}
|