diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index 589c2847f66245158251caa5fa3a2dbfa210abf4..5496af1489a479134cba421e76cb77ddbe184d5d 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -55,12 +55,8 @@ div.column { /*::::::::::::::::::::::::::::::::::{ LINE-LEVEL }::::::::::::::::::::::::::::::::*/ .surface .line, .surface .note { - line-height: 1.5em; -} - -.surface .line:not(:last-child), -.surface .note:not(:last-child) { - margin-bottom: .3em; + line-height: 1.65em; + margin-bottom: 0.45em; } /*----------------------------------{ LINES }--------------------------------*/ @@ -158,8 +154,8 @@ hr.metamark-line.doubleLine { /*----------------------------------{ UNIT }--------------------------------*/ .philology .unit { - line-height: 1.8em; - padding-bottom: 0.6em; + line-height: 1.65em; + padding-bottom: 0.45em; } .philology .unit:hover { @@ -190,7 +186,7 @@ hr.metamark-line.doubleLine { /*---------------------------------{ TRANSLATION }------------------------------*/ .translation[data-lang="en"] { - display: none + display: none; } @@ -200,7 +196,7 @@ hr.metamark-line.doubleLine { font-family: var(--tech-font); font-size: small; line-height: 1.5; - vertical-align: super + vertical-align: super; } .lb:before { @@ -397,6 +393,7 @@ hr.metamark-line.doubleLine { [data-cert="low"]::after { content: "?"; font-size: small; + line-height: 0; vertical-align: super; } @@ -410,6 +407,7 @@ corr::after { content: ">"; } */ :has(+ .sic)::after { content: "!"; font-size: small; + line-height: 0; vertical-align: super; } .tei.sic::before { content: "(Text:"; }