dokufreaks/plugin-pagelist

lists inset more than regular lists

Closed this issue · 0 comments

I'm using this plugin indirectly through the tag plugin. When I list out articles of a given tag, the bullet list is inset more than an unordered list I create manually. I found that changing the following rule so that margins are zeroed out removes the extra space.

div.dokuwiki table.ul ul {
margin: 0 0 0 1.5em;
}