Differences From Artifact [d29db7ea]:
- File web-extra/martin.css.pp — part of check-in [0c319933] at 2019-05-27 20:13:04 on branch trunk — Make disposition marks superscript (user: joel, size: 22067) [annotate] [blame] [check-ins using]
To Artifact [6d089e00]:
- File web-extra/martin.css.pp — part of check-in [e5a492af] at 2019-05-27 20:55:17 on branch trunk — Implement figure tags (user: joel, size: 22122) [annotate] [blame] [check-ins using]
| ︙ | |||
503 504 505 506 507 508 509 510 511 512 513 | 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 | + - + |
figure>a {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
}
figure img {
max-width: 100%;
margin: 0 auto;
}
figcaption {
font-size: 0.8rem;
|
| ︙ |