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:
@@ -1540,18 +1540,34 @@ div#References {
|
||||
|
||||
/* Subsections : Source References
|
||||
----------------------------------------------------- */
|
||||
div#sourcerefs {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
#sourcerefs ol#srcr {
|
||||
counter-reset: itema;
|
||||
list-style-type: none;
|
||||
display: block;
|
||||
margin-top: .1em;
|
||||
}
|
||||
div#sourcerefs ol {
|
||||
list-style-type: decimal;
|
||||
#sourcerefs ol#citr {
|
||||
counter-reset: itemb;
|
||||
list-style-type: none;
|
||||
}
|
||||
div#sourcerefs ol li ol {
|
||||
list-style-type: lower-alpha;
|
||||
#sourcerefs ol#srcr > li::before {
|
||||
content: counter(itema);
|
||||
}
|
||||
div#sourcerefs ol li a {
|
||||
text-decoration: none;
|
||||
#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;
|
||||
}
|
||||
|
||||
/* Subsections : Summary Area
|
||||
|
||||
Reference in New Issue
Block a user