Added signature class CSS

This commit is contained in:
David Grigg 2019-10-31 15:22:46 +11:00 committed by Alex Cabal
parent 6a3e715567
commit e0f5d894e4

View file

@ -600,7 +600,7 @@ section[epub|type~="epigraph"] > * + *{
<p>I shall write again as soon as anything more is determined on.</p>
<footer">
<p epub:type="z3998:valediction">Yours, etc.</p>
<p epub:type="z3998:sender">Edward Gardner</p>
<p class="signature" epub:type="z3998:sender">Edward Gardner</p>
</footer>
&lt;/blockquote&gt;</code>
<h3>CSS for letters:</h3>
@ -628,6 +628,10 @@ footer{
margin-top: 1em;
text-indent: 0;
text-align: left;
}
.signature{
font-variant: small-caps;
}</code>
</section>
</section>