some more list adjustments for sidebar
This commit is contained in:
parent
373f4a8f3a
commit
0cdca1153e
1 changed files with 7 additions and 2 deletions
|
@ -3,12 +3,17 @@
|
|||
*/
|
||||
#dokuwiki__aside {
|
||||
|
||||
// do not indent the first level of lists in the sidebar
|
||||
// do not indent the first level of lists
|
||||
// and use less indention in deeper levels
|
||||
ul, ol {
|
||||
padding-left: 0;
|
||||
|
||||
ul, ol {
|
||||
padding-left: 1.5em; // same padding as defined in base styles
|
||||
padding-left: @margin-small;
|
||||
|
||||
li {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue