Differences From Artifact [6fb3e79c]:
- File web-extra/martin.css.pp — part of check-in [3912ae79] at 2019-06-20 01:16:27 on branch trunk — Add space between list items (CSS) (user: joel, size: 22302) [annotate] [blame] [check-ins using]
To Artifact [b15dae84]:
- File web-extra/martin.css.pp — part of check-in [f0e18f94] at 2019-06-23 18:42:38 on branch trunk — Improve disposition marks in notes (user: joel, size: 22530) [annotate] [blame] [check-ins using]
| ︙ | |||
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 {
}
|
| ︙ |