Sha256: c249955617e7032b96f2d795a3340145a8f105363815de1299b91943f737bc93
Contents?: true
Size: 461 Bytes
Versions: 45
Compression:
Stored size: 461 Bytes
Contents
/* Custom styles specific to EPUB (and hence MOBI) books */ #title_page .title { font-size: 200%; } #title_page .author { font-size: 120%; } #title_page .date { font-size: 120%; } #table_of_contents ul li { padding-left: 2em; } body { font-size: 80%; line-height: 1.2; } p { margin: 0; padding: 0; text-indent: 0.95em; } p.noindent { text-indent: 0; } blockquote p { text-indent: 0; margin-top: 0em; margin-bottom: 0.5em; }
Version data entries
45 entries across 45 versions & 1 rubygems