On Tue, Mar 24, 2009 at 11:00 AM, Jeff King <peff@xxxxxxxx> wrote: > On Tue, Mar 24, 2009 at 10:57:43AM +0200, Felipe Contreras wrote: > >> > Really? They look very different. Here's a screenshot of the user-manual >> > with patches 2 and 3 from your series applied, next to Wikipedia. Your >> > text is smaller, and the line-spacing makes it look more scrunched: >> > >> > http://peff.net/wikipedia-git-textsize.png >> >> Hmm, strange, can you tell me what is the configured font/font-size you have? > > FreeSans, 14pt (and I default to sans-serif for proportional text). You're right, for some reason in that font it's the difference is much more noticeable. Both Google and Wikipedia seem to be doing some tricks scaling up and down the font-size. Still, in the end the font-size looks very small on Gmail... strange. So in the end Wikipedia: 91%, Gmail: 80%, Google: 86%... small is 79%. I've updated it again, changing the 'green' color to something more subtle and reverted all the font-size changes. --- a/Documentation/docbook-xsl.css +++ b/Documentation/docbook-xsl.css @@ -15,9 +15,8 @@ body blockquote { html body { margin: 1em 5% 1em 5%; - line-height: 1em; + line-height: 1.2; font-family: sans-serif; - font-size: small; } body div { @@ -130,7 +129,7 @@ body pre { tt.literal, code.literal { color: navy; - font-size: 1em; + font-family: sans-serif; } code.literal:before { content: "'"; } @@ -138,7 +137,7 @@ code.literal:after { content: "'"; } em { font-style: italic; - color: green; + color: #064; } div.literallayout p { -- Felipe Contreras -- 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