From 78089a0c011fb44405bd0e72e48fc22dde53e4a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Tue, 6 Apr 2021 09:41:53 +0200
Subject: [PATCH] =?UTF-8?q?re=20meta#295=20bare=20layout=20forel=C3=B8pig?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/src/components/Article.vue b/src/components/Article.vue
index 56929cbf..362caf58 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -124,6 +124,15 @@ h3 {
   font-variant: small-caps;
 }
 
+section.etymology > h3, section.pronunciation > h3 {
+  display: inline;
+  font-size: 14px;
+}
+
+section.etymology ul, section.pronunciation ul, section.etymology li, section.pronunciation li {
+  display: inline;
+}
+
 li {
   padding-bottom: 4px;
 }
-- 
GitLab