From 677ed2b04ce65855993c4b9d364ff8a77b0539d2 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Tue, 1 Mar 2016 19:10:57 +0100 Subject: [PATCH] Fix typo in epub stylesheet --- templates/epub/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/epub/stylesheet.css b/templates/epub/stylesheet.css index ccdae88..fdacff9 100644 --- a/templates/epub/stylesheet.css +++ b/templates/epub/stylesheet.css @@ -63,7 +63,7 @@ h2.author { padding: 0; margin-left: 1em; } -#toc li, { +#toc li { list-style-type: none; margin: 0; padding: 0; }