diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-02-03 21:45:33 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-02-04 00:07:06 -0500 |
commit | f18b8928aa389a29851be98d85eca93e0df63ada (patch) | |
tree | 0a6e77f9b55c74e8c808fea945bc63ba301be3ac /lib/sisu/v4/epub_format.rb | |
parent | v4 (v3): html, includes book index fix, rest cosmetic (diff) |
v4 (v3): css (html & epub) line spacing reduced, paragraph spacing increased
* may need to tune spacing further to distinguish lines from new paragraphs
(especially where ocn is not used as the distinction may be less
clear/obvious)
Diffstat (limited to 'lib/sisu/v4/epub_format.rb')
-rw-r--r-- | lib/sisu/v4/epub_format.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sisu/v4/epub_format.rb b/lib/sisu/v4/epub_format.rb index d8baae63..7be18331 100644 --- a/lib/sisu/v4/epub_format.rb +++ b/lib/sisu/v4/epub_format.rb @@ -151,10 +151,10 @@ module SiSU_EPUB_Format } .norm, .bold, .verse, .group, .block, .alt { - line-height: 150%; + line-height: 133%; margin-left: 0em; margin-right: 2em; - margin-top: 10px; + margin-top: 12px; margin-bottom: 0px; padding-left: 0em; text-indent: 0mm; @@ -164,13 +164,13 @@ module SiSU_EPUB_Format font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman; font-size: 100%; font-weight: normal; - line-height: 150%; + line-height: 133%; text-align: justify; margin-left: 0em; margin-right: 2em; text-indent: 0mm; - margin-top: 3px; - margin-bottom: 3px; + margin-top: 4px; + margin-bottom: 4px; } p.norm { } p.i1 {padding-left: 1em;} |