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:
Andreas Gohr 2017-02-16 15:10:50 +01:00
commit 83e6372c7d
5 changed files with 20 additions and 347 deletions

View 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
}
}
}