Overview
Comment: | Style updates for headings, lists, and separators |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
34d3bec4efd715b33f1c8c96d2bfe320 |
User & Date: | joel on 2020-03-24 03:26:02 |
Other Links: | manifest | tags |
Context
2020-03-31
| ||
03:45 | Move normalize func into dust.rkt check-in: dc2a4bd0 user: joel tags: trunk | |
2020-03-24
| ||
03:26 | Style updates for headings, lists, and separators check-in: 34d3bec4 user: joel tags: trunk | |
02:37 | Use semicolons to separate indexed keywords specified in metas; allows use of commas in the index entry check-in: 474b5560 user: joel tags: trunk | |
Changes
Modified tags-html.rkt from [c0de1d26] to [d3cc0047].
︙ | |||
84 85 86 87 88 89 90 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - + | html-fndef html-note-with-srcline) (define html-item (default-tag-function 'li)) (define html-section (default-tag-function 'h2)) (define html-subsection (default-tag-function 'h3)) (define html-newthought (default-tag-function 'span #:class "newthought")) |
︙ |
Modified web-extra/martin.css.pp from [610dc62c] to [e3c693c2].
︙ | |||
429 430 431 432 433 434 435 | 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 | - + + - + + - + + - + + - + - + - + | text-indent: 0; } p + p { text-indent: 1em; } |
︙ | |||
495 496 497 498 499 500 501 | 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 | - - - + + + + + - + + + + + + + + + + + + + + | } p.pause-before { margin-top: ◊x-lineheight[2]; text-indent: 0; } |
︙ | |||
563 564 565 566 567 568 569 | 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 | - + + | div.attrib { text-align: right; font-size: .8rem; margin-top: -◊x-lineheight[0.5]; margin-bottom: ◊x-lineheight[1]; } |
︙ | |||
653 654 655 656 657 658 659 660 661 662 663 664 665 666 | 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 | + + + + + | } div.further-notes>h2 { font-style: normal; font-feature-settings: "smcp" on; border-top: solid 2px ◊color-bodytext; text-transform: lowercase; color: ◊color-bodytext; margin-top: 0; float: none; text-align: left; } div.note h3 { margin-top: 0; font-size: 1rem; font-weight: normal; font-family: ◊mono-font; |
︙ |