mirror of
https://git.tonybark.com/standard-mdbook/the-adventures-of-sherlock-holmes.git
synced 2026-02-10 15:44:47 -05:00
Fixed CSS
- Centered logo
This commit is contained in:
parent
d8a572b87b
commit
b48533aaa6
4 changed files with 9 additions and 0 deletions
|
|
@ -1,42 +0,0 @@
|
|||
@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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue