From edf53795ceb00a649c3eebfc0da0273c96d2b64d 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:17:25 +0000 Subject: [PATCH] refactor(styles): remove css statement --- scenarios/xslt/edxml2html/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index 0826221..77c1ff7 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -59,13 +59,12 @@ div.column { .line-nr { display: inline-block; min-width: 4em; - text-align: right !important; } .line-nr { font-family: var(--tech-font); font-size: small; - text-align: left; + text-align: right; margin-right: 1em; padding: 0 .3em; color: var(--sub-blue-light); -- GitLab