瀏覽代碼

Varia: Recompile styles.

Allan Cole 5 年之前
父節點
當前提交
abd4d3fd36
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      varia/style-rtl.css
  2. 3 3
      varia/style.css

+ 3 - 3
varia/style-rtl.css

@@ -2905,19 +2905,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 #DDDDDD;
 	margin-top: 32px;
 	margin-bottom: 32px;
 }
 
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-right: 32px;
 	}
 }

+ 3 - 3
varia/style.css

@@ -2922,19 +2922,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 #DDDDDD;
 	margin-top: 32px;
 	margin-bottom: 32px;
 }
 
 @media only screen and (min-width: 560px) {
-	.children {
+	.comment-list .children {
 		padding-left: 32px;
 	}
 }