Fossil SCM
The CSS rule cleanups in [064c677a70] were mistargeting their elements now that their selector's parent piece is not their immediate parent.
Commit
a46b4ceb74f03ae10a40c6bf30302afaaf57a2740f085310078d0ed8d75c00a2
Parent
2de7dbbfcf7e946…
2 files changed
+1
-1
+1
-1
+1
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -176,11 +176,11 @@ | ||
| 176 | 176 | |
| 177 | 177 | .forum a:visited { |
| 178 | 178 | color: #6A7F94; |
| 179 | 179 | } |
| 180 | 180 | |
| 181 | -.forum > blockquote { | |
| 181 | +.forum blockquote { | |
| 182 | 182 | background-color: rgba(65, 131, 196, 0.1); |
| 183 | 183 | border-left: 3px solid #254769; |
| 184 | 184 | padding: .1em 1em; |
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -176,11 +176,11 @@ | |
| 176 | |
| 177 | .forum a:visited { |
| 178 | color: #6A7F94; |
| 179 | } |
| 180 | |
| 181 | .forum > blockquote { |
| 182 | background-color: rgba(65, 131, 196, 0.1); |
| 183 | border-left: 3px solid #254769; |
| 184 | padding: .1em 1em; |
| 185 | } |
| 186 | |
| 187 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -176,11 +176,11 @@ | |
| 176 | |
| 177 | .forum a:visited { |
| 178 | color: #6A7F94; |
| 179 | } |
| 180 | |
| 181 | .forum blockquote { |
| 182 | background-color: rgba(65, 131, 196, 0.1); |
| 183 | border-left: 3px solid #254769; |
| 184 | padding: .1em 1em; |
| 185 | } |
| 186 | |
| 187 |
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -760,11 +760,11 @@ | ||
| 760 | 760 | padding-right: 1ex; |
| 761 | 761 | margin-top: 1ex; |
| 762 | 762 | display: flex; |
| 763 | 763 | flex-direction: column; |
| 764 | 764 | } |
| 765 | -.forum > div > form { | |
| 765 | +.forum div > form { | |
| 766 | 766 | margin: 0.5em 0; |
| 767 | 767 | } |
| 768 | 768 | .forum-post-collapser { |
| 769 | 769 | /* Common style for the bottom-of-post and right-of-post |
| 770 | 770 | expand/collapse widgets. */ |
| 771 | 771 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -760,11 +760,11 @@ | |
| 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 | } |
| 768 | .forum-post-collapser { |
| 769 | /* Common style for the bottom-of-post and right-of-post |
| 770 | expand/collapse widgets. */ |
| 771 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -760,11 +760,11 @@ | |
| 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 | } |
| 768 | .forum-post-collapser { |
| 769 | /* Common style for the bottom-of-post and right-of-post |
| 770 | expand/collapse widgets. */ |
| 771 |