From 027860688eafc89ca3d57937a77a43a9bb96f590 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 7 Apr 2016 11:47:05 +0200 Subject: epub: Change ul disc styles for nested lists. --- source/html/html-layout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/html/html-layout.c') diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 672cb9ce..c0a660ae 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -56,6 +56,8 @@ static const char *default_css = "thead{display:table-header-group}" "tr{display:table-row}" "ul{display:block;list-style-type:disc;margin:1em 0;padding:0 0 0 30pt}" +"ul ul{list-style-type:circle}" +"ul ul ul{list-style-type:square}" "var{font-style:italic}" "svg{display:none}" ; -- cgit v1.2.3