From: Guenter M. <mi...@us...> - 2017-04-29 18:07:06
|
On 2017-04-28, Matěj Cepl wrote: > On 2017-04-28, 19:37 GMT, Guenter Milde wrote: >> http://docutils.sourceforge.net/docs/dev/todo.html#epub-html-writer > I meant whether it is somewhere documented what are the problems > with CSS generated by rst2html5. I don't know any other documentation about epub generation. This is an open task. The CSS is not "generated". Default CSS stylesheet are provided with the HTML writers, the user is free to replace/supplement them with their own stylesheet(s). The problem with html4css1.css is the "! important" keyword. There is no known problem with the CSS files used with the html5 writer. They don't contain "! important" but were not tested with epup-generating post-processors. Günter |