Overview
Comment: | Fiddle with columnar lists again |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f0afc42f49d3f5655113f42d9a84b62c |
User & Date: | joel on 2020-03-08 15:35:07 |
Other Links: | manifest | tags |
Context
2020-03-10
| ||
18:18 | Add attrib, mono, and xref tags. Tweak styles for titles, code. check-in: 58810a67 user: joel tags: trunk | |
2020-03-08
| ||
15:35 | Fiddle with columnar lists again check-in: f0afc42f user: joel tags: trunk | |
15:34 | Edit design doc check-in: 95623f22 user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [2e1ac04c] to [8e15245c].
︙ | |||
659 660 661 662 663 664 665 | 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 | - - + + + + + | font-weight: normal; } /* ******* (Mobile first) Columnar series list styling ******* */ .column-list { |
︙ | |||
734 735 736 737 738 739 740 | 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 | - + + | margin: 0 auto; flex-shrink: 0; } @media (min-width: 667px) { footer#main { text-align: center; |
︙ |