mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
Add custom CSS for cover page (used in EPUB renderer)
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
305949e56e
commit
bd59b5bac0
1 changed files with 10 additions and 1 deletions
|
@ -59,4 +59,13 @@ aside.footnote-list {
|
|||
border-top: 1px solid black;
|
||||
margin-top: 2em;
|
||||
padding-top: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Cover
|
||||
*/
|
||||
|
||||
div.cover-img {
|
||||
margin: auto;
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue