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. --- doc/user/skribilo.css | 1 + web/skribilo.css | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/user/skribilo.css b/doc/user/skribilo.css index 670a844..6712477 100644 --- a/doc/user/skribilo.css +++ b/doc/user/skribilo.css @@ -75,6 +75,7 @@ table.author { font-weight: normal; font-size: normal; text-align: left; + line-height: 1.6; background: #ffffff; padding: 0 5% 0 5%; } 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