Skip to content
Snippets Groups Projects
Commit c977fbc8 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#293

parent 0aa30432
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ li.level2.definition {
}
li.level3.definition {
list-style: lower-alpha;
/* Norsk ordbok skal ha "lower.alpha" her */
list-style: disc;
}
li.sub_article > ul {
......@@ -95,7 +96,8 @@ li.definition.level1, li.definition.level2 {
color: var(--v-primary-base);
}
ol > li:only-child.level1, li:only-child.level2, li:only-child.level3 {
ol > li:only-child.level1, li:only-child.level2 {
/* level3 a.k.a. underdefinisjoner skal vises med bullet selv om de står alene */
list-style: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment