588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
|
div.note + div.note {
margin-top: ◊x-lineheight[2];
}
span.disposition-mark {
color: ◊color-xrefmark;
display: inline-block;
width: 1em;
}
/* ******* (Mobile first) Journal View styling *******
*/
section.content-block {
}
|
|
|
>
|
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
|
div.note + div.note {
margin-top: ◊x-lineheight[2];
}
span.disposition-mark {
color: ◊color-xrefmark;
position: relative;
top: -0.5em;
font-size: 0.83em;
}
/* ******* (Mobile first) Journal View styling *******
*/
section.content-block {
}
|