From 78db40052c71e0285592d50d8704a756e34746d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Fri, 6 Mar 2020 14:22:39 +0100 Subject: [PATCH] =?UTF-8?q?homografnummer=20i=20linker=20som=20subskript,?= =?UTF-8?q?=20ingen=20nummer=20p=C3=A5=20enslig=20definisjon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Article.vue | 4 ++++ src/components/DefElement.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Article.vue b/src/components/Article.vue index 13ebab4f..1844659a 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -76,6 +76,10 @@ ol > li { padding-bottom: 2em; } +ol > li:only-child { + list-style: none; +} + ul { padding-top: 8px; } diff --git a/src/components/DefElement.vue b/src/components/DefElement.vue index 270e2254..304624c3 100644 --- a/src/components/DefElement.vue +++ b/src/components/DefElement.vue @@ -72,7 +72,7 @@ span.language { } .homograph { - font-family: serif; + vertical-align: sub; } </style> -- GitLab