diff options
author | r <r@freesoftwareextremist.com> | 2019-12-21 08:36:44 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-21 08:38:42 +0000 |
commit | 39c57a6b653a269668f459414d295e812f3628a8 (patch) | |
tree | 3b00e5ec638f592699d31562675b1b1e2d5da8c7 /static | |
parent | df875381d4e2c9a0bd283acc3592cde6562f5e5e (diff) | |
download | bloat-39c57a6b653a269668f459414d295e812f3628a8.tar.gz bloat-39c57a6b653a269668f459414d295e812f3628a8.zip |
Use a single form for new posts and replies
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index 8341172..4f8d156 100644 --- a/static/main.css +++ b/static/main.css @@ -107,7 +107,7 @@ margin-right: 8px; } -.timeline-post-form { +.post-form { margin: 8px 0; } |