From a93a61b0eba8ba3d253d6c3a8d91890e1212a1c3 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Fri, 24 Sep 2010 10:13:17 +0100 Subject: [PATCH] Reduced vertical space on text lines --- templates/web/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/common.css b/templates/web/common.css index e0098be..81a04cb 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: 2; /* 28px */ + line-height: 1.5; /* 21px */ background-color: #fff; } /* Remove side padding on thin windows (phones?) */ -- 2.30.2