593
594
595
596
597
598
599
600
601
602
603
604
605
606
|
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
|
+
+
+
+
+
+
+
+
+
|
.disposition-mark {
color: ◊color-xrefmark;
position: relative;
top: -0.5em;
font-size: 0.83em;
}
.disposition-mark-in-note {
background: ◊color-xrefmark;
color: white;
border-radius: 0.08em;
padding: 0 0.1em;
margin: 0 0.4em 0 0;
text-decoration: none !important;
}
/* ******* (Mobile first) Journal View styling *******
*/
section.content-block {
}
|