lib/softcover/article_template/html/stylesheets/softcover.css in softcover-1.1.beta1 vs lib/softcover/article_template/html/stylesheets/softcover.css in softcover-1.1.beta2
- old
+ new
@@ -10,10 +10,11 @@
margin-bottom: 20em;
}
#book h1 {
font-size: 230%;
+ border-top: 2px solid #333;
padding-top: 1em;
}
#book h2 {
font-size: 180%;
@@ -428,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;
}