Skip to content

Commit

Permalink
fixed 2-digit ordered list items in sidebar (FS#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Oct 7, 2012
1 parent 23ea187 commit 650d96f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tpl/dokuwiki/css/design.css
Expand Up @@ -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,
Expand Down

0 comments on commit 650d96f

Please sign in to comment.