Fossil SCM

Ditto forumHier: unused!

wyoung 2020-11-05 23:46 default-css-cleanups
Commit 2de7dbbfcf7e9467779bbd4fffa1e7166d4c53da71c608472bd66ce83d268d34
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -381,11 +381,11 @@
381381
border: 1px solid white;
382382
}
383383
div.forumTimeline {
384384
border: 1px solid white;
385385
}
386
-div.forumHier, div.forumTime {
386
+div.forumTime {
387387
border: 1px solid white;
388388
}
389389
div.forumSel {
390390
background-color: #808080;
391391
}
392392
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -381,11 +381,11 @@
381 border: 1px solid white;
382 }
383 div.forumTimeline {
384 border: 1px solid white;
385 }
386 div.forumHier, div.forumTime {
387 border: 1px solid white;
388 }
389 div.forumSel {
390 background-color: #808080;
391 }
392
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -381,11 +381,11 @@
381 border: 1px solid white;
382 }
383 div.forumTimeline {
384 border: 1px solid white;
385 }
386 div.forumTime {
387 border: 1px solid white;
388 }
389 div.forumSel {
390 background-color: #808080;
391 }
392
+1 -3
--- src/default.css
+++ src/default.css
@@ -752,17 +752,15 @@
752752
white-space: pre-wrap;
753753
}
754754
div.markdown code {
755755
white-space: pre-wrap;
756756
}
757
-div.forumHier, div.forumTime {
757
+div.forumTime {
758758
border: 1px solid black;
759759
padding-left: 1ex;
760760
padding-right: 1ex;
761761
margin-top: 1ex;
762
-}
763
-div.forumHier, div.forumTime {
764762
display: flex;
765763
flex-direction: column;
766764
}
767765
.forum > div > form {
768766
margin: 0.5em 0;
769767
--- src/default.css
+++ src/default.css
@@ -752,17 +752,15 @@
752 white-space: pre-wrap;
753 }
754 div.markdown code {
755 white-space: pre-wrap;
756 }
757 div.forumHier, div.forumTime {
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/default.css
+++ src/default.css
@@ -752,17 +752,15 @@
752 white-space: pre-wrap;
753 }
754 div.markdown code {
755 white-space: pre-wrap;
756 }
757 div.forumTime {
758 border: 1px solid black;
759 padding-left: 1ex;
760 padding-right: 1ex;
761 margin-top: 1ex;
 
 
762 display: flex;
763 flex-direction: column;
764 }
765 .forum > div > form {
766 margin: 0.5em 0;
767
--- 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.forumEdit'
50
+ '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.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.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