summaryrefslogtreecommitdiff
path: root/source/html/html-layout.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-07 11:47:05 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-21 13:14:32 +0200
commit027860688eafc89ca3d57937a77a43a9bb96f590 (patch)
tree83f2b8023fa8cd92e455d643bd310e6e3d70ea30 /source/html/html-layout.c
parente81bc6bbec5783e8e7edc00659ee9f4eba57cfbf (diff)
downloadmupdf-027860688eafc89ca3d57937a77a43a9bb96f590.tar.xz
epub: Change ul disc styles for nested lists.
Diffstat (limited to 'source/html/html-layout.c')
-rw-r--r--source/html/html-layout.c2
1 files changed, 2 insertions, 0 deletions
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}"
;