lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.beta1 vs lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.beta2

- old
+ new

@@ -429,10 +429,26 @@ #book .sc { font-variant: small-caps; } #book .texhtml { + font-family: 'CMU Serif', cmr10, LMRoman10-Regular, 'Times New Roman', 'Nimbus Roman No9 L', Times, serif !important; line-height: 0.5; +} + +#book .texhtml .texhtmlA { + font-size: 70%; + line-height: 0; + margin-left: -0.36em; + margin-right: -0.15em; + vertical-align: 0.3em; +} + +#book .texhtml .texhtmlE { + margin-left: -0.1667em; + vertical-align: -0.5ex; + line-height: 0; + margin-right: -0.125em; } #book span.break { display: block; }