Narweb: Inconsistency between the name of the link (#1272)

to a reference and the name of this reference for an individual.

Fixes #12336
This commit is contained in:
Serge Noiraud
2021-07-16 09:12:29 +02:00
committed by GitHub
parent 675a8b00a4
commit 4472a38854
9 changed files with 230 additions and 27 deletions

View File

@@ -878,8 +878,34 @@ a.family_map {
/* Subsection : Source References
----------------------------------------------------- */
#sourcerefs ol li ol {
list-style-type: lower-alpha;
#sourcerefs ol#srcr {
counter-reset: itema;
list-style-type: none;
display: block;
margin-top: .1em;
}
#sourcerefs ol#citr {
counter-reset: itemb;
list-style-type: none;
}
#sourcerefs ol#srcr > li::before {
content: counter(itema);
}
#sourcerefs ol#citr > li::before {
content: counter(itema)counter(itemb, lower-alpha);
}
#sourcerefs ol#srcr > li {
counter-increment: itema;
margin-top: .1em;
}
#sourcerefs ol#citr > li {
counter-increment: itemb;
margin-top: .1em;
}
#sourcerefs ol#citr ul {
list-style: none;
display: inline-block;
vertical-align: top;
}
/* Subsection : Pedigree