baskerville/plato

Lists in dictionaries do not respect margin setting

Opened this issue · 2 comments

As can be seen on the screenshot, the list numbers appear directly on the left, independent of the margin setting.
The dictionary in question is a wiktionary export from https://github.com/BoboTiG/ebook-reader-dict, converted from StarDict format.

sshot

I have the same issue.

I fixed this on my Glo by creating a dictionary-user.css file with the following content:

ol, ul {
  padding-left: 1.125em;
}