Remove the bullet points from the tags li.
This commit is contained in:
parent
1e5fc81019
commit
9ce9417ce8
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue