epub.css: Fix cover page selectors and add note explaining their use. (#6649)

This commit is contained in:
a-vrma 2020-08-30 18:12:12 -04:00 committed by GitHub
parent 8369eb67d7
commit 6cae8208e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,