diff options
-rw-r--r-- | data/epub.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/epub.css b/data/epub.css index 6737f5cc7..3d9c59395 100644 --- a/data/epub.css +++ b/data/epub.css @@ -1,12 +1,12 @@ /* 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; } code { font-family: monospace; } -h1 { text-align: center; } -h2 { text-align: center; } -h3 { text-align: center; } -h4 { text-align: center; } -h5 { text-align: center; } -h6 { text-align: center; } +h1 { text-align: left; } +h2 { text-align: left; } +h3 { text-align: left; } +h4 { text-align: left; } +h5 { text-align: left; } +h6 { text-align: left; } h1.title { } h2.author { } h3.date { } |