750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
|
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
|
-
+
-
-
|
}
div.forumTimeline code {
white-space: pre-wrap;
}
div.markdown code {
white-space: pre-wrap;
}
div.forumHier, div.forumTime {
div.forumTime {
border: 1px solid black;
padding-left: 1ex;
padding-right: 1ex;
margin-top: 1ex;
}
div.forumHier, div.forumTime {
display: flex;
flex-direction: column;
}
.forum > div > form {
margin: 0.5em 0;
}
.forum-post-collapser {
|