Fossil SCM

Removed obsolete references to CSS class div.div.forumHierRoot: no current code uses these.

wyoung 2020-11-05 23:42 default-css-cleanups
Commit 361b9e4e31bb61607a8f7a8650c688a6ec700657e7f0c1c25516f163dfd71c07
+1 -1
--- src/default.css
+++ src/default.css
@@ -758,11 +758,11 @@
758758
border: 1px solid black;
759759
padding-left: 1ex;
760760
padding-right: 1ex;
761761
margin-top: 1ex;
762762
}
763
-div.forumHier, div.forumTime, div.forumHierRoot {
763
+div.forumHier, div.forumTime {
764764
display: flex;
765765
flex-direction: column;
766766
}
767767
.forum > div > form {
768768
margin: 0.5em 0;
769769
--- src/default.css
+++ src/default.css
@@ -758,11 +758,11 @@
758 border: 1px solid black;
759 padding-left: 1ex;
760 padding-right: 1ex;
761 margin-top: 1ex;
762 }
763 div.forumHier, div.forumTime, div.forumHierRoot {
764 display: flex;
765 flex-direction: column;
766 }
767 .forum > div > form {
768 margin: 0.5em 0;
769
--- src/default.css
+++ src/default.css
@@ -758,11 +758,11 @@
758 border: 1px solid black;
759 padding-left: 1ex;
760 padding-right: 1ex;
761 margin-top: 1ex;
762 }
763 div.forumHier, div.forumTime {
764 display: flex;
765 flex-direction: column;
766 }
767 .forum > div > form {
768 margin: 0.5em 0;
769
--- src/fossil.page.forumpost.js
+++ src/fossil.page.forumpost.js
@@ -45,11 +45,11 @@
4545
/* Adds an Expand/Collapse toggle to all div.forumPostBody
4646
elements which are deemed "too large" (those for which
4747
scrolling is currently activated because they are taller than
4848
their max-height). */
4949
document.querySelectorAll(
50
- 'div.forumHier, div.forumTime, div.forumHierRoot, div.forumEdit'
50
+ 'div.forumHier, div.forumTime, div.forumEdit'
5151
).forEach(function f(forumPostWrapper){
5252
const content = forumPostWrapper.querySelector('div.forumPostBody');
5353
if(!content || !scrollbarIsVisible(content)) return;
5454
const parent = content.parentElement,
5555
widget = D.addClass(
5656
--- src/fossil.page.forumpost.js
+++ src/fossil.page.forumpost.js
@@ -45,11 +45,11 @@
45 /* Adds an Expand/Collapse toggle to all div.forumPostBody
46 elements which are deemed "too large" (those for which
47 scrolling is currently activated because they are taller than
48 their max-height). */
49 document.querySelectorAll(
50 'div.forumHier, div.forumTime, div.forumHierRoot, div.forumEdit'
51 ).forEach(function f(forumPostWrapper){
52 const content = forumPostWrapper.querySelector('div.forumPostBody');
53 if(!content || !scrollbarIsVisible(content)) return;
54 const parent = content.parentElement,
55 widget = D.addClass(
56
--- src/fossil.page.forumpost.js
+++ src/fossil.page.forumpost.js
@@ -45,11 +45,11 @@
45 /* Adds an Expand/Collapse toggle to all div.forumPostBody
46 elements which are deemed "too large" (those for which
47 scrolling is currently activated because they are taller than
48 their max-height). */
49 document.querySelectorAll(
50 'div.forumHier, div.forumTime, div.forumEdit'
51 ).forEach(function f(forumPostWrapper){
52 const content = forumPostWrapper.querySelector('div.forumPostBody');
53 if(!content || !scrollbarIsVisible(content)) return;
54 const parent = content.parentElement,
55 widget = D.addClass(
56

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button