浏览代码

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

Allan Cole 5 年之前
父节点
当前提交
58bd99f7d3
共有 2 个文件被更改,包括 6 次插入6 次删除
  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;
 }
 
-.children {
+.comment-list .children {
 	list-style: none;
 	padding-right: 16px;
 }
 
-.children > li {
+.comment-list .children > li {
 	border-top: 1px solid #B9B6B2;
 	margin-top: 32px;
 	margin-bottom: 32px;
 }
 
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-right: 32px;
 	}
 }

+ 3 - 3
brompton/style.css

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