Varia: Recompile styles.

This commit is contained in:
Allan Cole 2019-10-08 10:42:28 -04:00
parent e84f9a3ea7
commit abd4d3fd36
2 changed files with 6 additions and 6 deletions

View file

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

View file

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