Fossil SCM
Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched after that change was made.
Commit
5ef34fd764d12f09942f11e4ef317adf0e378046b139a596b10d70ed521e40c1
Parent
c031b2d4b55d9cf…
1 file changed
-4
-4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -928,14 +928,10 @@ | ||
| 928 | 928 | div.forumClosed { |
| 929 | 929 | } |
| 930 | 930 | div.forumClosed > .forumPostBody { |
| 931 | 931 | opacity: 0.7; |
| 932 | 932 | } |
| 933 | -.forumPostBody a { | |
| 934 | - text-decoration-line: underline; | |
| 935 | - text-decoration-style: solid; | |
| 936 | -} | |
| 937 | 933 | div.forumClosed > .forumPostHdr::before { |
| 938 | 934 | content: "[CLOSED] "; |
| 939 | 935 | } |
| 940 | 936 | /*div.forumClosed > div.forumPostBody { |
| 941 | 937 | filter: blur(5px); |
| 942 | 938 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -928,14 +928,10 @@ | |
| 928 | div.forumClosed { |
| 929 | } |
| 930 | div.forumClosed > .forumPostBody { |
| 931 | opacity: 0.7; |
| 932 | } |
| 933 | .forumPostBody a { |
| 934 | text-decoration-line: underline; |
| 935 | text-decoration-style: solid; |
| 936 | } |
| 937 | div.forumClosed > .forumPostHdr::before { |
| 938 | content: "[CLOSED] "; |
| 939 | } |
| 940 | /*div.forumClosed > div.forumPostBody { |
| 941 | filter: blur(5px); |
| 942 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -928,14 +928,10 @@ | |
| 928 | div.forumClosed { |
| 929 | } |
| 930 | div.forumClosed > .forumPostBody { |
| 931 | opacity: 0.7; |
| 932 | } |
| 933 | div.forumClosed > .forumPostHdr::before { |
| 934 | content: "[CLOSED] "; |
| 935 | } |
| 936 | /*div.forumClosed > div.forumPostBody { |
| 937 | filter: blur(5px); |
| 938 |