diff --git a/vasl_templates/webapp/data/default-template-pack/common.css b/vasl_templates/webapp/data/default-template-pack/common.css index 36c0412..95df434 100644 --- a/vasl_templates/webapp/data/default-template-pack/common.css +++ b/vasl_templates/webapp/data/default-template-pack/common.css @@ -6,7 +6,11 @@ body { p { margin-top: 5px ; margin-bottom: 0 ; } ul { margin: 0 ; padding: 0 0 0 10px ; } -{%if CUSTOM_LIST_BULLETS%} ul { list-style-image: url("{{IMAGES_BASE_URL}}/bullet.png") ; } {%endif%} +{%if CUSTOM_LIST_BULLETS%} +ul { list-style-image: url("{{IMAGES_BASE_URL}}/bullet.png") ; } +ul ul { list-style-image: url("{{IMAGES_BASE_URL}}/bullet2.png") ; } +ul ul ul { list-style-image: url("{{IMAGES_BASE_URL}}/bullet3.png") ; } +{%endif%} td { margin: 0 ; padding: 0 ; } td.c { text-align: center ; } diff --git a/vasl_templates/webapp/static/images/bullet2.png b/vasl_templates/webapp/static/images/bullet2.png new file mode 100644 index 0000000..4590f3e Binary files /dev/null and b/vasl_templates/webapp/static/images/bullet2.png differ diff --git a/vasl_templates/webapp/static/images/bullet3.png b/vasl_templates/webapp/static/images/bullet3.png new file mode 100644 index 0000000..34d8c91 Binary files /dev/null and b/vasl_templates/webapp/static/images/bullet3.png differ