the-adventures-of-sherlock-.../local.css
Tony Bark b48533aaa6 Fixed CSS
- Centered logo
2026-01-26 11:14:38 -05:00

42 lines
No EOL
682 B
CSS

@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;
}