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:
@@ -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
|
||||
|
Reference in New Issue
Block a user