diff --git a/board/static/board/style.css b/board/static/board/style.css index 76c98be..53bf8f0 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -96,6 +96,10 @@ th { margin-left: 4px; } +.post_reply { + padding: 2px; +} + .post_content:after { content: ""; display: table;