Only an idea. Let us presume the renderer merges the user stylesheet with its own internal stylesheet in a way that the internal style blocks follow the style blocks of the user style sheet (and thereby overwrite them if there is an overlap and if it is possible). If this is true, one could search libnickel (in FW 2.8.1 maybe nickel) for "body, p { line-height: %1em !important; }" and remove !important.
Note: I haven't do this myself and therefore don't know whether it works.
|