Bläddra i källkod

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

Allan Cole 5 år sedan
förälder
incheckning
58bd99f7d3
2 ändrade filer med 6 tillägg och 6 borttagningar
  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;
 	}
 }