◊(Local Yarn Code "Check-in [4d2683da]")

Overview
Comment:Fix for layout bug preventing some permlinks from being unclickable
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4d2683da95bdb86b2f74014577dfc1a781144cb0453a3a7f36cc739e778d9c9c
User & Date: joel on 2019-04-11 22:39:08
Other Links: manifest | tags
Context
2019-04-12
02:33
First attempt at hiding redundant series info on series pages check-in: 8ab2075d user: joel tags: trunk
2019-04-11
22:39
Fix for layout bug preventing some permlinks from being unclickable check-in: 4d2683da user: joel tags: trunk
22:20
Fix error in short (no txexpr) notes check-in: 612b87e3 user: joel tags: trunk
Changes

Modified web-extra/martin.css.pp from [2b798009] to [116a0622].

649
650
651
652
653
654
655

656
657
658
659
660
661
662
663
            font-size: 0.8rem;
            line-height: ◊derive-lineheight[4 #:per-lines 3];
            margin: 0;
            padding-left: 3px;
        }

        article.no-title footer.article-info {

            padding-top: 1.5rem;
        }
        
        section.entry-content {
            grid-area: main;
            /* Prevent content from overriding grid column sizing */
            /* See https://css-tricks.com/preventing-a-grid-blowout/ */
            min-width: 0;







>
|







649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
            font-size: 0.8rem;
            line-height: ◊derive-lineheight[4 #:per-lines 3];
            margin: 0;
            padding-left: 3px;
        }

        article.no-title footer.article-info {
            margin-top: 1.5rem;
            padding-top: 0;
        }
        
        section.entry-content {
            grid-area: main;
            /* Prevent content from overriding grid column sizing */
            /* See https://css-tricks.com/preventing-a-grid-blowout/ */
            min-width: 0;