On Sun, Mar 22, 2009 at 08:05:16PM +0200, Felipe Contreras wrote: > Use smaller 'sans-serial' font. Sans-Serial fonts are supposed to be > easier to read in screens. This format is similar to the one of > Wikipedia. I started to look up "sans-serial" before I realized it seems to be just a typo for "sans-serif" (or is there something I'm missing)? Is there a reason to apply this style change just to docbook-generated HTML? Most of the HTML documentation is generated directly from asciidoc. > html body { > margin: 1em 5% 1em 5%; > - line-height: 1.2; > + line-height: 1em; > + font-family: sans-serif; > + font-size: small; Personally, I think collapsing the line spacing looks worse. I'm not sure I see the point of putting "small" text for the entire body. Since it covers the whole page, you are not "small" with respect to anything else, but are basically just overriding the user's choice through their browser of what is a reasonable default text size. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html