Use different bullet images for nested lists.

master
Pacman Ghost 4 years ago
parent 61b04dfa16
commit 2981843529
  1. 6
      vasl_templates/webapp/data/default-template-pack/common.css
  2. BIN
      vasl_templates/webapp/static/images/bullet2.png
  3. BIN
      vasl_templates/webapp/static/images/bullet3.png

@ -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 ; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Loading…
Cancel
Save