From 57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 May 2012 23:39:05 +0200 Subject: doc: CSS: Increase interline spacing. * doc/user/skribilo.css (.skribilo-body): Set `line-height' to 1.6. * web/skribilo.css (.skribilo-body): Likewise. --- web/skribilo.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/skribilo.css') diff --git a/web/skribilo.css b/web/skribilo.css index 6f7da56..b918d4e 100644 --- a/web/skribilo.css +++ b/web/skribilo.css @@ -55,6 +55,7 @@ div.skribilo-title { font-family: Junction, sans-serif; font-weight: normal; text-align: left; + line-height: 1.6; background: #ffffff; padding: 0 5% 0 5% } -- cgit v1.2.3