diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-04-07 11:47:05 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-04-21 13:14:32 +0200 |
commit | 027860688eafc89ca3d57937a77a43a9bb96f590 (patch) | |
tree | 83f2b8023fa8cd92e455d643bd310e6e3d70ea30 /source | |
parent | e81bc6bbec5783e8e7edc00659ee9f4eba57cfbf (diff) | |
download | mupdf-027860688eafc89ca3d57937a77a43a9bb96f590.tar.xz |
epub: Change ul disc styles for nested lists.
Diffstat (limited to 'source')
-rw-r--r-- | source/html/html-layout.c | 2 |
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}" ; |