Differences From Artifact [4ffef7945b]:
- File src/default.css — part of check-in [63785bd911] at 2023-09-27 11:24:19 on branch indicate-closed-branches-in-timeline — Draw an X instead of a horizontal line. Uses SVG as attempts with characters differed wildly among browsers. (user: preben size: 43204) [more...]
To Artifact [6cbfe438c0]:
- File src/default.css — part of check-in [b9027e76ff] at 2024-01-25 03:28:52 on branch visible-post-links — Make forum post hyperlinks more visible, with the conventional underline. (user: larrybr size: 43292) [more...]
︙ | |||
926 927 928 929 930 931 932 933 934 935 936 937 938 939 | 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 | + + + + | flex-direction: column; } div.forumClosed { } div.forumClosed > .forumPostBody { opacity: 0.7; } .forumPostBody a { text-decoration-line: underline; text-decoration-style: solid; } div.forumClosed > .forumPostHdr::before { content: "[CLOSED] "; } /*div.forumClosed > div.forumPostBody { filter: blur(5px); }*/ div.forumpost-closure-warning { |
︙ |