From 124005c99fe4eb48393e8ecd0141a66433e3460f Mon Sep 17 00:00:00 2001 From: Paul Meurer <paul.meurer@uib.no> Date: Tue, 7 Sep 2021 07:49:23 +0000 Subject: [PATCH] eller -> ; in section.etymology --- src/components/Article.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Article.vue b/src/components/Article.vue index 1952759d..0bd81f0a 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -161,7 +161,7 @@ section.etymology li:not(:first-child):not(:last-child):before, section.pronunci } section.etymology li:not(:first-child):last-child:before, section.pronunciation li:not(:first-child):last-child:before { - content: " eller "; + content: "; "; font-size: smaller; } -- GitLab