336
337
338
339
340
341
342
343
344
345
346
347
348
349
|
font-style: normal;
color: ◊color-xrefmark;
}
/* Footnote links */
sup a {
font-weight: bold;
}
p.time {
margin: 0 0 ◊x-lineheight[1] 0;
}
footer.article-info {
margin: ◊x-lineheight[1] 0;
|
>
|
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
|
font-style: normal;
color: ◊color-xrefmark;
}
/* Footnote links */
sup a {
font-weight: bold;
margin-left: 3px;
}
p.time {
margin: 0 0 ◊x-lineheight[1] 0;
}
footer.article-info {
margin: ◊x-lineheight[1] 0;
|