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. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- Documentation/docbook-xsl.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Documentation/docbook-xsl.css b/Documentation/docbook-xsl.css index ce61402..b494987 100644 --- a/Documentation/docbook-xsl.css +++ b/Documentation/docbook-xsl.css @@ -15,7 +15,9 @@ body blockquote { html body { margin: 1em 5% 1em 5%; - line-height: 1.2; + line-height: 1em; + font-family: sans-serif; + font-size: small; } body div { -- 1.6.2.1.352.gae594 -- 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