Overview
Comment: | Additional styles for columnar series list |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fc5b433839d045b055ed6b5101f8b170 |
User & Date: | joel on 2019-07-12 04:36:33 |
Other Links: | manifest | tags |
Context
2019-07-14
| ||
18:56 | Nudge footnote links check-in: f186c0cb user: joel tags: trunk | |
2019-07-12
| ||
04:36 | Additional styles for columnar series list check-in: fc5b4338 user: joel tags: trunk | |
04:31 | Fix SQL query for articles+notes so series filtering will work check-in: b49b65af user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [b15dae84] to [3a285edd].
︙ | |||
278 279 280 281 282 283 284 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | - - - - - - - | /* This <SPAN> class is used in titles for Notes appended to earlier articles */ h1.entry-title .cross-reference { font-feature-settings: "smcp" off, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on; font-style: italic; text-transform: none; } |
︙ | |||
633 634 635 636 637 638 639 | 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + | div.article-list-date { color: #999; } div.article-list-title { font-size: 1.2rem; } |
︙ |