Simplified margin fields in default epub CSS file.
This commit is contained in:
parent
7445fc5382
commit
851703044e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* This defines styles and classes used in the book */
|
/* This defines styles and classes used in the book */
|
||||||
body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; font-size: medium; }
|
body { margin: 5%; text-align: justify; font-size: medium; }
|
||||||
code { font-family: monospace; }
|
code { font-family: monospace; }
|
||||||
h1 { text-align: left; }
|
h1 { text-align: left; }
|
||||||
h2 { text-align: left; }
|
h2 { text-align: left; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue