From 1b45fa4b8307a7dff351900ba4d36ad0645048a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?=
 <tillmann.doenicke@uni-goettingen.de>
Date: Wed, 24 Apr 2024 08:10:50 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Tillmann Dönicke <tillmann.doenicke@uni-goettingen.de>
---
 scenarios/xslt/edxml2html/css/styles.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css
index b223797..dca0ccb 100644
--- a/scenarios/xslt/edxml2html/css/styles.css
+++ b/scenarios/xslt/edxml2html/css/styles.css
@@ -401,9 +401,7 @@ hr.metamark-line.doubleLine {
     }
 }
 
-.g[data-cert="low"]::after,
-.translation[data-cert="low"]::after,
-.w[data-cert="low"]::after {
+[data-cert="low"]::after {
     content: "?";  
     font-size: small;
     vertical-align: super;
-- 
GitLab