aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/epub.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/epub.css b/data/epub.css
index a7ec1c376..f7d4ab14e 100644
--- a/data/epub.css
+++ b/data/epub.css
@@ -7,9 +7,10 @@ h3 { text-align: left; }
h4 { text-align: left; }
h5 { text-align: left; }
h6 { text-align: left; }
+/* For title, author, and date on the cover page */
h1.title { }
-h2.author { }
-h3.date { }
+p.author { }
+p.date { }
nav#toc ol,
nav#landmarks ol { padding: 0; margin-left: 1em; }
nav#toc ol li,