489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
|
font-size: 1rem;
font-weight: normal;
font-style: italic;
}
div.note-meta {
margin-top: ◊x-lineheight[1];
font-feature-settings: "smcp" on;
color: #888;
}
.by-proprietor .note-meta {
display: none;
}
div.note + div.note {
|
<
>
|
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
|
font-size: 1rem;
font-weight: normal;
font-style: italic;
}
div.note-meta {
margin-top: ◊x-lineheight[1];
color: #888;
font-size: 1.2rem;
}
.by-proprietor .note-meta {
display: none;
}
div.note + div.note {
|