mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -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>
|
||||
<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>
|
||||
</blockquote></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue