|
@@ -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;
|
|
}
|
|
}
|
|
}
|
|
}
|