Differences From Artifact [116a0622]:
- File web-extra/martin.css.pp — part of check-in [4d2683da] at 2019-04-11 22:39:08 on branch trunk — Fix for layout bug preventing some permlinks from being unclickable (user: joel, size: 20540) [annotate] [blame] [check-ins using]
To Artifact [dfbb1609]:
- File web-extra/martin.css.pp — part of check-in [8ab2075d] at 2019-04-12 02:33:04 on branch trunk — First attempt at hiding redundant series info on series pages (user: joel, size: 20703) [annotate] [blame] [check-ins using]
︙ | |||
305 306 307 308 309 310 311 312 313 314 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | + + + + + | } footer.article-info::before { content: "☞\00a0"; } /* Within article info, don’t display series info when on a series page (redundant) */ body.series-page .series-part { display: none; } p.time::before { content: none; } |
︙ |