Update category list css

This commit is contained in:
Edgar P. Burkhart 2022-05-20 18:39:50 +02:00
parent 1acf27cac2
commit df49afb5a4
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 28 additions and 20 deletions

View File

@ -38,3 +38,11 @@
overflow: hidden;
text-overflow: ellipsis;
}
ul#categories {
list-style-type: " ";
}
#categories ul {
list-style-type: "↳ ";
padding-left: 1.5em;
}

View File

@ -36,7 +36,7 @@
{% endif %}
{% if categories %}
<ul>
<ul id="categories">
{{ categories|unordered_list }}
</ul>
{% endif %}