comments collapsing

This commit is contained in:
Paul Schneider 2024-12-15 12:22:26 +00:00
commit 22763c272a
3 changed files with 11 additions and 5 deletions

View file

@ -29,3 +29,9 @@ img.blogphoto {
font-style: italic;
font-size: x-small;
}
.blogcomment {
display: inline-block;
padding: .3em;
border: solid black 1px;
}