From c71d75dcaea6f7c67c86811003fa1c01db987d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?= <tillmann.doenicke@uni-goettingen.de> Date: Thu, 8 Feb 2024 13:55:09 +0000 Subject: [PATCH] fix(styles): make line numbers superscript --- scenarios/xslt/edxml2html/css/styles.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index 7586b28..05056fc 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -202,8 +202,8 @@ hr.metamark-line.doubleLine { .lb { color: var(--sub-blue-light); font-family: var(--tech-font); - /* position: relative; - vertical-align: top; */ + font-size: small; + line-height: 1.5; } .lb:before { @@ -214,11 +214,6 @@ hr.metamark-line.doubleLine { margin-left: .1em; } -.lb:before, -.lb:after { - content: "|"; -} - /*----------------------------------{ PHRASES }--------------------------------*/ .phr { -- GitLab