Fossil

Check-in [23d17bd248]
Login

Check-in [23d17bd248]

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

Overview
Comment:Increase the default scroll threshold on forum posts from 25em to 40em.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 23d17bd248300522cbc8bb15a096d32954805ada33984edc3f0cc8f914c3972f
User & Date: drh 2020-04-08 10:11:43.834
Context
2020-04-08
10:16
Update OpenSSL to version 1.1.1f ... (check-in: 72026ed39d user: jan.nijtmans tags: trunk)
10:11
Increase the default scroll threshold on forum posts from 25em to 40em. ... (check-in: 23d17bd248 user: drh tags: trunk)
2020-04-07
12:27
Initial version of css-tricks.md, as requested in [https://fossil-scm.org/forum/forumpost/eb04fd28b5|forumpost/eb04fd28b5]. ... (check-in: 5900530223 user: stephan tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default_css.txt.
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
div.forumHier, div.forumTime {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-top: 1ex;
}
div.forumPostBody {
  max-height: 25em;
  overflow: auto;
}
div.forumSel {
  background-color: #cef;
}
div.forumObs {
  color: #bbb;







|







759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
div.forumHier, div.forumTime {
  border: 1px solid black;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-top: 1ex;
}
div.forumPostBody {
  max-height: 40em;
  overflow: auto;
}
div.forumSel {
  background-color: #cef;
}
div.forumObs {
  color: #bbb;