tighten up comment margins

This commit is contained in:
rimu 2024-03-31 14:27:51 +13:00
parent cc61d7656a
commit f423d3f829
2 changed files with 4 additions and 4 deletions

View file

@ -1081,7 +1081,7 @@ fieldset legend {
.comment {
clear: both;
margin-bottom: 20px;
margin-bottom: 10px;
margin-left: 15px;
padding-top: 8px;
}
@ -1148,7 +1148,7 @@ fieldset legend {
padding: 5px 15px;
}
.comment .replies {
margin-top: 15px;
margin-top: 0px;
border-left: solid 1px #ddd;
border-top: solid 1px #ddd;
}

View file

@ -734,7 +734,7 @@ html {
.comment {
clear: both;
margin-bottom: 20px;
margin-bottom: 10px;
margin-left: 15px;
padding-top: 8px;
@ -813,7 +813,7 @@ html {
}
.replies {
margin-top: 15px;
margin-top: 0px;
border-left: solid 1px $light-grey;
border-top: solid 1px $light-grey;
}