Browse Source

Brompton: Fix children list item selectors to work better with widget blocks

Allan Cole 5 years ago
parent
commit
58bd99f7d3
2 changed files with 6 additions and 6 deletions
  1. 3 3
      brompton/style-rtl.css
  2. 3 3
      brompton/style.css

+ 3 - 3
brompton/style-rtl.css

@@ -2946,19 +2946,19 @@ table th,
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
-.children {
+.comment-list .children {
 	list-style: none;
 	list-style: none;
 	padding-right: 16px;
 	padding-right: 16px;
 }
 }
 
 
-.children > li {
+.comment-list .children > li {
 	border-top: 1px solid #B9B6B2;
 	border-top: 1px solid #B9B6B2;
 	margin-top: 32px;
 	margin-top: 32px;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-right: 32px;
 		padding-right: 32px;
 	}
 	}
 }
 }

+ 3 - 3
brompton/style.css

@@ -2963,19 +2963,19 @@ table th,
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
-.children {
+.comment-list .children {
 	list-style: none;
 	list-style: none;
 	padding-left: 16px;
 	padding-left: 16px;
 }
 }
 
 
-.children > li {
+.comment-list .children > li {
 	border-top: 1px solid #B9B6B2;
 	border-top: 1px solid #B9B6B2;
 	margin-top: 32px;
 	margin-top: 32px;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-left: 32px;
 		padding-left: 32px;
 	}
 	}
 }
 }