From ba46e0c4967a95c32c2a283491a1953c59549685 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Tue, 6 Apr 2021 10:47:44 +0200
Subject: [PATCH] =?UTF-8?q?re=20meta#295=20har=20lagt=20til=20semikolon,?=
 =?UTF-8?q?=20forel=C3=B8pig=20ogs=C3=A5=20n=C3=A5r=20det=20st=C3=A5r=20"o?=
 =?UTF-8?q?g"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/Article.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/Article.vue b/src/components/Article.vue
index 362caf5..cd989ea 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -133,6 +133,10 @@ section.etymology ul, section.pronunciation ul, section.etymology li, section.pr
   display: inline;
 }
 
+section.etymology li:not(:first-child):before, section.pronunciation li:not(:first-child):before {
+  content: "; ";
+}
+
 li {
   padding-bottom: 4px;
 }
-- 
GitLab