Skip to content
Snippets Groups Projects
Commit 1d1b8ab8 authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

Merge branch '44-make-line-spacing-in-both-panels-the-same' into 'master'

Resolve "Make line spacing in both panels the same"

Closes #44

See merge request !41
parents e18cc566 991c46b7
No related branches found
No related tags found
1 merge request!41Resolve "Make line spacing in both panels the same"
...@@ -55,12 +55,8 @@ div.column { ...@@ -55,12 +55,8 @@ div.column {
/*::::::::::::::::::::::::::::::::::{ LINE-LEVEL }::::::::::::::::::::::::::::::::*/ /*::::::::::::::::::::::::::::::::::{ LINE-LEVEL }::::::::::::::::::::::::::::::::*/
.surface .line, .surface .line,
.surface .note { .surface .note {
line-height: 1.5em; line-height: 1.65em;
} margin-bottom: 0.45em;
.surface .line:not(:last-child),
.surface .note:not(:last-child) {
margin-bottom: .3em;
} }
/*----------------------------------{ LINES }--------------------------------*/ /*----------------------------------{ LINES }--------------------------------*/
...@@ -158,8 +154,8 @@ hr.metamark-line.doubleLine { ...@@ -158,8 +154,8 @@ hr.metamark-line.doubleLine {
/*----------------------------------{ UNIT }--------------------------------*/ /*----------------------------------{ UNIT }--------------------------------*/
.philology .unit { .philology .unit {
line-height: 1.8em; line-height: 1.65em;
padding-bottom: 0.6em; padding-bottom: 0.45em;
} }
.philology .unit:hover { .philology .unit:hover {
...@@ -190,7 +186,7 @@ hr.metamark-line.doubleLine { ...@@ -190,7 +186,7 @@ hr.metamark-line.doubleLine {
/*---------------------------------{ TRANSLATION }------------------------------*/ /*---------------------------------{ TRANSLATION }------------------------------*/
.translation[data-lang="en"] { .translation[data-lang="en"] {
display: none display: none;
} }
...@@ -200,7 +196,7 @@ hr.metamark-line.doubleLine { ...@@ -200,7 +196,7 @@ hr.metamark-line.doubleLine {
font-family: var(--tech-font); font-family: var(--tech-font);
font-size: small; font-size: small;
line-height: 1.5; line-height: 1.5;
vertical-align: super vertical-align: super;
} }
.lb:before { .lb:before {
...@@ -397,6 +393,7 @@ hr.metamark-line.doubleLine { ...@@ -397,6 +393,7 @@ hr.metamark-line.doubleLine {
[data-cert="low"]::after { [data-cert="low"]::after {
content: "?"; content: "?";
font-size: small; font-size: small;
line-height: 0;
vertical-align: super; vertical-align: super;
} }
...@@ -410,6 +407,7 @@ corr::after { content: ">"; } */ ...@@ -410,6 +407,7 @@ corr::after { content: ">"; } */
:has(+ .sic)::after { :has(+ .sic)::after {
content: "!"; content: "!";
font-size: small; font-size: small;
line-height: 0;
vertical-align: super; vertical-align: super;
} }
.tei.sic::before { content: "(Text:"; } .tei.sic::before { content: "(Text:"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment