Fixed CSS

- Centered logo
This commit is contained in:
Tony Bark 2026-01-26 11:14:38 -05:00
parent d8a572b87b
commit b48533aaa6
4 changed files with 9 additions and 0 deletions

42
local.css Normal file
View file

@ -0,0 +1,42 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
#the-redheaded-league blockquote.last-of-type,
#the-redheaded-league blockquote:last-of-type{
font-variant: small-caps;
text-align: center;
}
ul{
list-style-type: none;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding: 0;
}
.epub-type-se-letter-dateline{
margin-top: 1em;
text-align: right;
}
.epub-type-z3998-letter header{
margin-bottom: 1em;
text-align: left;
}
footer{
margin-top: 1em;
text-align: right;
}
.epub-type-z3998-salutation,
.epub-type-z3998-recipient{
font-variant: small-caps;
text-indent: 0;
}
.epub-type-z3998-signature{
font-variant: small-caps;
}