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

View file

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