mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Simplified margin fields in default epub CSS file.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/* 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; }
|
||||
h1 { text-align: left; }
|
||||
h2 { text-align: left; }
|
||||
|
||||
Reference in New Issue
Block a user