Fossil SCM
Move the pinned-post indicator to the column with the thread topic.
Commit
dcd43c1d7773f166fdbf9d2b530dfbe08e990c869f11cf29301b603b9236c03e
Parent
0f145235ff4fe01…
1 file changed
+2
-3
+2
-3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1114,13 +1114,12 @@ | ||
| 1114 | 1114 | div.setup_forum-column { |
| 1115 | 1115 | display: flex; |
| 1116 | 1116 | flex-direction: column; |
| 1117 | 1117 | } |
| 1118 | 1118 | |
| 1119 | -body.forum div.forumPosts table tr.pinned > td:nth-child(1):before { | |
| 1120 | - padding-right: 0.25em; | |
| 1121 | - content: "📌"; | |
| 1119 | +body.forum div.forumPosts table tr.pinned > td:nth-child(2):before { | |
| 1120 | + content: "📌 "; | |
| 1122 | 1121 | } |
| 1123 | 1122 | |
| 1124 | 1123 | body.cpage-setup_forum > .content table { |
| 1125 | 1124 | margin-bottom: 1em; |
| 1126 | 1125 | } |
| 1127 | 1126 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1114,13 +1114,12 @@ | |
| 1114 | div.setup_forum-column { |
| 1115 | display: flex; |
| 1116 | flex-direction: column; |
| 1117 | } |
| 1118 | |
| 1119 | body.forum div.forumPosts table tr.pinned > td:nth-child(1):before { |
| 1120 | padding-right: 0.25em; |
| 1121 | content: "📌"; |
| 1122 | } |
| 1123 | |
| 1124 | body.cpage-setup_forum > .content table { |
| 1125 | margin-bottom: 1em; |
| 1126 | } |
| 1127 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1114,13 +1114,12 @@ | |
| 1114 | div.setup_forum-column { |
| 1115 | display: flex; |
| 1116 | flex-direction: column; |
| 1117 | } |
| 1118 | |
| 1119 | body.forum div.forumPosts table tr.pinned > td:nth-child(2):before { |
| 1120 | content: "📌 "; |
| 1121 | } |
| 1122 | |
| 1123 | body.cpage-setup_forum > .content table { |
| 1124 | margin-bottom: 1em; |
| 1125 | } |
| 1126 |