Skip to content

Commit

Permalink
Create epub.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 8, 2016
1 parent cc4ec34 commit 47731c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions epub.css
@@ -0,0 +1,17 @@
/* This defines styles and classes used in the book */
h1, h2, h3, h4, h5, h6, body {
font-family: arial, helvetica, sans-serif;
}
body { margin: 5%; text-align: justify; font-size: medium; }
code { font-family: monospace; }
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 { }
ol.toc { padding: 0; margin-left: 1em; }
ol.toc li { list-style-type: none; margin: 0; padding: 0; }

0 comments on commit 47731c1

Please sign in to comment.