summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"
;