diff options
author | Ludovic Courtès | 2012-05-29 23:39:05 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-30 15:19:01 +0200 |
commit | 57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd (patch) | |
tree | 818bd2a445fe049c32864af85788290b69b3fb8d | |
parent | afff4ef3d064f642e9eddf511b429e7efead3614 (diff) | |
download | skribilo-57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd.tar.gz skribilo-57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd.tar.lz skribilo-57a5f3ca43b10eb8bc3f3a7c5b1a9230c8ad2ebd.zip |
doc: CSS: Increase interline spacing.
* doc/user/skribilo.css (.skribilo-body): Set `line-height' to 1.6.
* web/skribilo.css (.skribilo-body): Likewise.
-rw-r--r-- | doc/user/skribilo.css | 1 | ||||
-rw-r--r-- | web/skribilo.css | 1 |
2 files changed, 2 insertions, 0 deletions
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% } |