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 + 1 file changed, 1 insertion(+) (limited to 'doc') 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%; } -- cgit v1.2.3