Skip to content
Snippets Groups Projects
Commit 650d96f6 authored by Anika Henke's avatar Anika Henke
Browse files

fixed 2-digit ordered list items in sidebar (FS#2624)

parent 23ea1874
No related branches found
No related tags found
No related merge requests found
......@@ -295,15 +295,16 @@
#dokuwiki__aside ul,
#dokuwiki__aside ol {
padding-left: 0;
padding-left: .5em;
}
[dir=rtl] #dokuwiki__aside ul,
[dir=rtl] #dokuwiki__aside ol {
padding-right: 0;
padding-right: .5em;
}
#dokuwiki__aside li ul,
#dokuwiki__aside li ol {
margin-bottom: 0;
padding: 0;
}
#dokuwiki__aside a:link,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment