Forum Bugs

Disappearing text

clam
There some strange text behavior when doing this:

$ prince -s ~/xsrc/llpp/misc/wikipedia/wiki2.css -o ramayna.pdf https://en.wikipedia.org/wiki/Ramayana

The style is this one - http://repo.or.cz/llpp.git/blob/945d62714b86bf9f091ac9542463b6ddbb6ab4c7:/misc/wikipedia/wiki2.css

In Characters section the list headings disappear when using the aforementioned css, things work fine otherwise (no css that is)
mikeday
In the CSS under "notes" there is this rule, which is overly general:
li > b:first-child { display: none }

Presumably it should be restricted to apply only to lists of a particular class.