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.
This commit is contained in:
parent
6c61749bf2
commit
83e6372c7d
5 changed files with 20 additions and 347 deletions
14
css/area_main-sidebar-content.less
Normal file
14
css/area_main-sidebar-content.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue