587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
|
display: none;
}
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 *******
|
|
|
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
|
display: none;
}
div.note + div.note {
margin-top: ◊x-lineheight[2];
}
.disposition-mark {
color: ◊color-xrefmark;
position: relative;
top: -0.5em;
font-size: 0.83em;
}
/* ******* (Mobile first) Journal View styling *******
|