Overview
Comment: | Make disposition marks superscript |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0c319933529f84a098e13e64195e6cc8 |
User & Date: | joel on 2019-05-27 20:13:04 |
Other Links: | manifest | tags |
Context
2019-05-27
| ||
20:55 | Implement figure tags check-in: e5a492af user: joel tags: trunk | |
20:13 | Make disposition marks superscript check-in: 0c319933 user: joel tags: trunk | |
16:48 | Add constants for web root and images subfolder check-in: cda214e8 user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [bc5225d2] to [d29db7ea].
︙ | ︙ | |||
588 589 590 591 592 593 594 | div.note + div.note { margin-top: ◊x-lineheight[2]; } span.disposition-mark { color: ◊color-xrefmark; | | | > | 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 { } |
︙ | ︙ |