Fossil SCM
Ditto forumHier: unused!
Commit
2de7dbbfcf7e9467779bbd4fffa1e7166d4c53da71c608472bd66ce83d268d34
Parent
361b9e4e31bb616…
3 files changed
+1
-1
+1
-3
+1
-1
+1
-1
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -381,11 +381,11 @@ | ||
| 381 | 381 | border: 1px solid white; |
| 382 | 382 | } |
| 383 | 383 | div.forumTimeline { |
| 384 | 384 | border: 1px solid white; |
| 385 | 385 | } |
| 386 | -div.forumHier, div.forumTime { | |
| 386 | +div.forumTime { | |
| 387 | 387 | border: 1px solid white; |
| 388 | 388 | } |
| 389 | 389 | div.forumSel { |
| 390 | 390 | background-color: #808080; |
| 391 | 391 | } |
| 392 | 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.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 @@ | ||
| 752 | 752 | white-space: pre-wrap; |
| 753 | 753 | } |
| 754 | 754 | div.markdown code { |
| 755 | 755 | white-space: pre-wrap; |
| 756 | 756 | } |
| 757 | -div.forumHier, div.forumTime { | |
| 757 | +div.forumTime { | |
| 758 | 758 | border: 1px solid black; |
| 759 | 759 | padding-left: 1ex; |
| 760 | 760 | padding-right: 1ex; |
| 761 | 761 | margin-top: 1ex; |
| 762 | -} | |
| 763 | -div.forumHier, div.forumTime { | |
| 764 | 762 | display: flex; |
| 765 | 763 | flex-direction: column; |
| 766 | 764 | } |
| 767 | 765 | .forum > div > form { |
| 768 | 766 | margin: 0.5em 0; |
| 769 | 767 |
| --- 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 |
+1
-1
| --- src/fossil.page.forumpost.js | ||
| +++ src/fossil.page.forumpost.js | ||
| @@ -45,11 +45,11 @@ | ||
| 45 | 45 | /* Adds an Expand/Collapse toggle to all div.forumPostBody |
| 46 | 46 | elements which are deemed "too large" (those for which |
| 47 | 47 | scrolling is currently activated because they are taller than |
| 48 | 48 | their max-height). */ |
| 49 | 49 | document.querySelectorAll( |
| 50 | - 'div.forumHier, div.forumTime, div.forumEdit' | |
| 50 | + 'div.forumTime, div.forumEdit' | |
| 51 | 51 | ).forEach(function f(forumPostWrapper){ |
| 52 | 52 | const content = forumPostWrapper.querySelector('div.forumPostBody'); |
| 53 | 53 | if(!content || !scrollbarIsVisible(content)) return; |
| 54 | 54 | const parent = content.parentElement, |
| 55 | 55 | widget = D.addClass( |
| 56 | 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 |
| --- 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 |