You've already forked The-API-Book
mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-07-12 22:50:21 +02:00
hack for iBooks/iOS bug
This commit is contained in:
BIN
docs/API.en.epub
BIN
docs/API.en.epub
Binary file not shown.
Binary file not shown.
BIN
docs/API.ru.epub
BIN
docs/API.ru.epub
Binary file not shown.
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
body {
|
html > body {
|
||||||
font-family: 'Vollkorn', serif;
|
font-family: 'Vollkorn', serif;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cc-by-nc {
|
.cc-by-nc {
|
||||||
@ -57,3 +58,15 @@ pre,
|
|||||||
code {
|
code {
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Roboto Mono', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > article {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user