Varia: Recompile styles.
This commit is contained in:
parent
e84f9a3ea7
commit
abd4d3fd36
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue