On Tue, Oct 22, 2013 at 8:12 AM, Terry Brown <[email protected]>wrote:
I'm not sure that Qt supports line-height. I see no mention of it here: > > http://qt-project.org/doc/qt-4.8/stylesheet-reference.html#list-of-properties > Thanks, Terry, for this and the rest of your response. There *might* be a workaround using rST and/or sphinx. For example, Leo's documentation uses the following docutils(?) markup that effectively inserts a <br> element: .. |br| raw:: html <br /> True, this is html, not css, but there may be similar way to hack css. One place to start: http://docutils.sourceforge.net/docs/ref/rst/directives.html#raw-data-pass-through And as I write this, I remember that docutils uses several .css files. It may be that they are (or can be) copied to the html in some way. If no solution presents itself, please make sure you ask the docutils people for help. HTH. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
