Skip to content

Commit

Permalink
hack for iBooks/iOS bug
Browse files Browse the repository at this point in the history
  • Loading branch information
twirl committed Sep 26, 2023
1 parent 865d242 commit d6445b4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
Binary file modified docs/API.en.epub
Binary file not shown.
Binary file modified docs/API.en.sample.epub
Binary file not shown.
Binary file modified docs/API.ru.epub
Binary file not shown.
Binary file modified docs/API.ru.sample.epub
Binary file not shown.
15 changes: 14 additions & 1 deletion src/css/epub.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
html > body {
font-family: 'Vollkorn', serif;
font-size: 14pt;
text-align: justify;
width: 98%;
}

.cc-by-nc {
Expand Down Expand Up @@ -57,3 +58,15 @@ pre,
code {
font-family: 'Roboto Mono', monospace;
}

body > article {
margin: 0;
padding: 0;
}

p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

0 comments on commit d6445b4

Please sign in to comment.