Differences From Artifact [c1de787e]:
- File web-extra/martin.css.pp — part of check-in [5ac5a1e3] at 2019-04-08 12:37:01 on branch trunk — Notes in listings: shorten titles, fix permlinks, fix styling where no author specified (user: joel, size: 20313) [annotate] [blame] [check-ins using]
To Artifact [2b798009]:
- File web-extra/martin.css.pp — part of check-in [a4a69244] at 2019-04-11 17:11:49 on branch trunk — Fix display of titles in poetry (user: joel, size: 20513) [annotate] [blame] [check-ins using]
| ︙ | |||
425 426 427 428 429 430 431 432 433 434 435 436 437 438 | 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 | + + + + + + |
margin: ◊x-lineheight[1] auto;
display: table;
white-space: pre-wrap;
/* Whitespace is preserved by the browser.
Text will wrap when necessary, and on line breaks */
}
p.verse-heading {
font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on;
text-align: center;
font-size: 1.3rem;
}
section.entry-content figure {
margin: ◊x-lineheight[1] 0;
padding: 0;
}
figure>a {
margin: 0;
|
| ︙ |