mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Added signature class CSS
This commit is contained in:
parent
6a3e715567
commit
e0f5d894e4
1 changed files with 5 additions and 1 deletions
|
@ -600,7 +600,7 @@ section[epub|type~="epigraph"] > * + *{
|
||||||
<p>I shall write again as soon as anything more is determined on.</p>
|
<p>I shall write again as soon as anything more is determined on.</p>
|
||||||
<footer">
|
<footer">
|
||||||
<p epub:type="z3998:valediction">Yours, etc.</p>
|
<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>
|
</footer>
|
||||||
</blockquote></code>
|
</blockquote></code>
|
||||||
<h3>CSS for letters:</h3>
|
<h3>CSS for letters:</h3>
|
||||||
|
@ -628,6 +628,10 @@ footer{
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signature{
|
||||||
|
font-variant: small-caps;
|
||||||
}</code>
|
}</code>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue