Fossil SCM

The CSS rule cleanups in [064c677a70] were mistargeting their elements now that their selector's parent piece is not their immediate parent.

wyoung 2020-11-05 23:49 default-css-cleanups
Commit a46b4ceb74f03ae10a40c6bf30302afaaf57a2740f085310078d0ed8d75c00a2
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -176,11 +176,11 @@
176176
177177
.forum a:visited {
178178
color: #6A7F94;
179179
}
180180
181
-.forum > blockquote {
181
+.forum blockquote {
182182
background-color: rgba(65, 131, 196, 0.1);
183183
border-left: 3px solid #254769;
184184
padding: .1em 1em;
185185
}
186186
187187
--- 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 @@
760760
padding-right: 1ex;
761761
margin-top: 1ex;
762762
display: flex;
763763
flex-direction: column;
764764
}
765
-.forum > div > form {
765
+.forum div > form {
766766
margin: 0.5em 0;
767767
}
768768
.forum-post-collapser {
769769
/* Common style for the bottom-of-post and right-of-post
770770
expand/collapse widgets. */
771771
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button