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 {
/*::::::::::::::::::::::::::::::::::{ 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:"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment