Remove the bullet points from the tags li.

This commit is contained in:
voussoir 2022-09-29 17:37:06 -07:00
parent 1e5fc81019
commit 9ce9417ce8
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -29,6 +29,12 @@
grid-row-gap: 8px; grid-row-gap: 8px;
grid-auto-rows: max-content; grid-auto-rows: max-content;
} }
#left ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#hierarchy_self h1 .editor_input #hierarchy_self h1 .editor_input
{ {
font-size: inherit; font-size: inherit;