From: Nigel Metheringham Date: Fri, 24 Sep 2010 16:04:09 +0000 (+0100) Subject: Put default line height back to 2, chapter to 1.5 X-Git-Tag: exim-4_89_1~85 X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/b4312d37052740bbaf66474cb939f0db293e08f6 Put default line height back to 2, chapter to 1.5 --- diff --git a/templates/web/common.css b/templates/web/common.css index 81a04cb..71e8666 100644 --- a/templates/web/common.css +++ b/templates/web/common.css @@ -212,7 +212,7 @@ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acron padding: 0.71429em 0 1.42857em 0; margin: 0 auto; font-size: 1.4em; /* 14px */ - line-height: 1.5; /* 21px */ + line-height: 2; /* 28px */ background-color: #fff; } /* Remove side padding on thin windows (phones?) */ diff --git a/templates/web/doc/chapter.css b/templates/web/doc/chapter.css index c206e88..68e35b5 100644 --- a/templates/web/doc/chapter.css +++ b/templates/web/doc/chapter.css @@ -12,6 +12,10 @@ clear: right; } +#chapter { + line-height: 1.5; +} + #chapter table { margin-top: 1em; margin-bottom: 1em;