Fossil

Check-in [192c809a31]
Login

Check-in [192c809a31]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor default CSS changes for improved rendering of code snippets with long lines in the forum.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 192c809a31242c6cc8c015e6039004378bc5a58721da6a169eb92d3c00fe7a1a
User & Date: drh 2020-03-16 19:33:14.165
Context
2020-03-16
19:45
Experimental: Change the X-Fossil-From: header in alert emails to Sender:. This might help with Outlook users. Or it might make things worse. The only think I know to do is try it and see what happens. ... (check-in: b4dcf8e4ef user: drh tags: trunk)
19:33
Minor default CSS changes for improved rendering of code snippets with long lines in the forum. ... (check-in: 192c809a31 user: drh tags: trunk)
2020-03-15
21:24
Enhance the /announce page so that it provides an option to send a message to all forum moderators. ... (check-in: 84d854c6d1 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default_css.txt.
745
746
747
748
749
750
751
752



753
754
755
756
757
758
759
}
div.forumTimeline {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
}
div.forumTimeline code {
  white-space: pre-line;



}
div.forumHier, div.forumTime {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-top: 1ex;
}







|
>
>
>







745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
}
div.forumTimeline {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
}
div.forumTimeline code {
  white-space: pre-wrap;
}
div.markdown code {
  white-space: pre-wrap;
}
div.forumHier, div.forumTime {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-top: 1ex;
}